#5566C4

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

Shades of Chetwode Blue #5566C4

Tints of Chetwode Blue #5566C4

Color information

#5566C4 (or 0x5566C4) is unknown color: approx Chetwode Blue. HEX triplet: 55, 66 and C4. RGB value is (85,102,196). Sum of RGB (Red+Green+Blue) = 85+102+196=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #5566C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566C4 is #AA993B. Grayscale: #6B6B6B. Windows color (decimal): -11180348 or 12871253. OLE color: 12871253.

HSL color Cylindrical-coordinate representation of color #5566C4: hue angle of 230.81º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5566C4 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85102196-
CMYK0.570.4800.23
HSL230.81º48.47%55.1%-
HSV(B)230.81º56.63%76.86%-
XYZ18.4615.4254.23-
YUV107.63177.87111.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 196 (76.95% from 255) = 51.17%
R=22.19%
G=26.63%
B=51.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851021960.570.4800.23230.8148.4755.1
Hex5566C43930017e73037
Octal12514630471600273476067
Binary101010111001101100010011100111000001011111100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5566C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5566C4; }

 p { color: rgb(85,102,196); }

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

<style>
 a { background-color: #5566C4; }

 a { background-color: rgb(85,102,196); }

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

<style>
 span { border-color: #5566C4; }

 span { border-color: rgb(85,102,196); }

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