Html Css Color HEX #5866BE Chetwode Blue

📋 copy color: '#5866BE'

red 88 ◦ green 102 ◦ blue 190

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

Shades of Chetwode Blue #5866BE

Tints of Chetwode Blue #5866BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 23.16%
G = 26.84%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5866BE (or 0x5866BE) is known color: Chetwode Blue. HEX triplet: 58, 66 and BE. RGB value is (88,102,190). Sum of RGB (Red+Green+Blue) = 88+102+190=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #5866BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5866BE is #A79941. Grayscale: #6B6B6B. Windows color (decimal): -10983746 or 12478040. OLE color: 12478040.

HSL color Cylindrical-coordinate representation of color #5866BE: hue angle of 231.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5866BE is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 102 190 -
CMYK 0.54 0.46 0 0.25
HSL 231.76º 0.44% 0.55% -
HSV(B) 231.76º 0.54% 0.75% -
XYZ 18.07 15.3 50.72 -
YUV 107.85 174.36 113.84 -
System Red Green Blue C M Y K H S L
Decimal 88 102 190 0.54 0.46 0 0.25 231.76 0.44 0.55
Hex 58 66 BE 36 2E 0 19 E8 2C 37
Octal 130 146 276 66 56 0 31 350 54 67
Binary 1011000 1100110 10111110 110110 101110 0 11001 11101000 101100 110111

Color Harmonies of #5866BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5866BE

Black with #5866BE

Text Example


Text Example

White with #5866BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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