#5669CB

Color #5669CB Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5669CB

Tints of Chetwode Blue #5669CB

Color information

#5669CB (or 0x5669CB) is unknown color: approx Chetwode Blue. HEX triplet: 56, 69 and CB. RGB value is (86,105,203). Sum of RGB (Red+Green+Blue) = 86+105+203=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #5669CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5669CB is #A99634. Grayscale: #6E6E6E. Windows color (decimal): -11114037 or 13330774. OLE color: 13330774.

HSL color Cylindrical-coordinate representation of color #5669CB: hue angle of 230.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5669CB is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86105203-
CMYK0.580.4800.20
HSL230.26º52.94%56.67%-
HSV(B)230.26º57.64%79.61%-
XYZ19.6716.3958.63-
YUV110.49180.21110.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 21.83%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 203 (79.69% from 255) = 51.52%
R=21.83%
G=26.65%
B=51.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861052030.580.4800.20230.2652.9456.67
Hex5669CB3A30014e63539
Octal12615131372600243466571
Binary101011011010011100101111101011000001010011100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5669CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5669CB; }

 p { color: rgb(86,105,203); }

 H1.HeaderClassName
 {
   color: #5669CB;
 }
 .AnyTagClassName
 {
   color: #5669CB;
 }
</style>
background-color css

<style>
 a { background-color: #5669CB; }

 a { background-color: rgb(86,105,203); }

 div.DivClassName
 {
   background-color: #5669CB;
 }
 .BgClassName
 {
   background-color: #5669CB;
 }
</style>
border-color css

<style>
 span { border-color: #5669CB; }

 span { border-color: rgb(86,105,203); }

 td.TdClassName
 {
   border-color: #5669CB;
 }
 .TagClassName
 {
   border-color: #5669CB;
 }
</style>