Html Css Color HEX #5866BA Chetwode Blue

📋 copy color: '#5866BA'

red 88 ◦ green 102 ◦ blue 186

#5866BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5866BA

Tints of Chetwode Blue #5866BA

RGB

 RED value IS 88 (34.77% from 255) = 23.4%

 GREEN value IS 102 (40.23% from 255) = 27.13%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 23.4%
G = 27.13%
B = 49.47%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5866BA (or 0x5866BA) is known color: Chetwode Blue. HEX triplet: 58, 66 and BA. RGB value is (88,102,186). Sum of RGB (Red+Green+Blue) = 88+102+186=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #5866BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5866BA is #A79945. Grayscale: #6B6B6B. Windows color (decimal): -10983750 or 12215896. OLE color: 12215896.

HSL color Cylindrical-coordinate representation of color #5866BA: hue angle of 231.43º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5866BA is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 102 186 -
CMYK 0.53 0.45 0 0.27
HSL 231.43º 0.42% 0.54% -
HSV(B) 231.43º 0.53% 0.73% -
XYZ 17.64 15.12 48.44 -
YUV 107.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 88 102 186 0.53 0.45 0 0.27 231.43 0.42 0.54
Hex 58 66 BA 35 2D 0 1B E7 2A 36
Octal 130 146 272 65 55 0 33 347 52 66
Binary 1011000 1100110 10111010 110101 101101 0 11011 11100111 101010 110110

Color Harmonies of #5866BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5866BA

Black with #5866BA

Text Example


Text Example

White with #5866BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5866BA; }

 p { color: rgb(88,102,186); }

 H1.HeaderClassName
 {
   color: #5866BA;
 }
 .AnyTagClassName
 {
   color: #5866BA;
 }
</style>

background-color css

<style>
 a { background-color: #5866BA; }

 a { background-color: rgb(88,102,186); }

 div.DivClassName
 {
   background-color: #5866BA;
 }
 .BgClassName
 {
   background-color: #5866BA;
 }
</style>

border-color css

<style>
 span { border-color: #5866BA; }

 span { border-color: rgb(88,102,186); }

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