#5B66B8

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

Shades of Chetwode Blue #5B66B8

Tints of Chetwode Blue #5B66B8

Color information

#5B66B8 (or 0x5B66B8) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 66 and B8. RGB value is (91,102,184). Sum of RGB (Red+Green+Blue) = 91+102+184=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #5B66B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B66B8 is #A49947. Grayscale: #6B6B6B. Windows color (decimal): -10787144 or 12084827. OLE color: 12084827.

HSL color Cylindrical-coordinate representation of color #5B66B8: hue angle of 232.9º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B66B8 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB91102184-
CMYK0.510.4500.28
HSL232.9º39.57%53.92%-
HSV(B)232.9º50.54%72.16%-
XYZ17.7215.1947.35-
YUV108.06170.86115.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.14%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 184 (72.27% from 255) = 48.81%
R=24.14%
G=27.06%
B=48.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal911021840.510.4500.28232.939.5753.92
Hex5B66B8332D01Ce92836
Octal13314627063550343515066
Binary101101111001101011100011001110110101110011101001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B66B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B66B8; }

 p { color: rgb(91,102,184); }

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

<style>
 a { background-color: #5B66B8; }

 a { background-color: rgb(91,102,184); }

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

<style>
 span { border-color: #5B66B8; }

 span { border-color: rgb(91,102,184); }

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