#5864B4

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

Shades of Chetwode Blue #5864B4

Tints of Chetwode Blue #5864B4

Color information

#5864B4 (or 0x5864B4) is unknown color: approx Chetwode Blue. HEX triplet: 58, 64 and B4. RGB value is (88,100,180). Sum of RGB (Red+Green+Blue) = 88+100+180=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #5864B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5864B4 is #A79B4B. Grayscale: #696969. Windows color (decimal): -10984268 or 11822168. OLE color: 11822168.

HSL color Cylindrical-coordinate representation of color #5864B4: hue angle of 232.17º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5864B4 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB88100180-
CMYK0.510.4400.29
HSL232.17º38.02%52.55%-
HSV(B)232.17º51.11%70.59%-
XYZ16.8214.4845.09-
YUV105.53170.02115.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 180 (70.70% from 255) = 48.91%
R=23.91%
G=27.17%
B=48.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881001800.510.4400.29232.1738.0252.55
Hex5864B4332C01De82635
Octal13014426463540353504665
Binary101100011001001011010011001110110001110111101000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5864B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5864B4; }

 p { color: rgb(88,100,180); }

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

<style>
 a { background-color: #5864B4; }

 a { background-color: rgb(88,100,180); }

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

<style>
 span { border-color: #5864B4; }

 span { border-color: rgb(88,100,180); }

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