Html Css Color HEX #5866BF Chetwode Blue

📋 copy color: '#5866BF'

red 88 ◦ green 102 ◦ blue 191

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

Shades of Chetwode Blue #5866BF

Tints of Chetwode Blue #5866BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 23.1%
G = 26.77%
B = 50.13%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5866BF (or 0x5866BF) is known color: Chetwode Blue. HEX triplet: 58, 66 and BF. RGB value is (88,102,191). Sum of RGB (Red+Green+Blue) = 88+102+191=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #5866BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5866BF is #A79940. Grayscale: #6B6B6B. Windows color (decimal): -10983745 or 12543576. OLE color: 12543576.

HSL color Cylindrical-coordinate representation of color #5866BF: hue angle of 231.84º degrees, saturation: 0.45, 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 #5866BF is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 102 191 -
CMYK 0.54 0.47 0 0.25
HSL 231.84º 0.45% 0.55% -
HSV(B) 231.84º 0.54% 0.75% -
XYZ 18.18 15.34 51.29 -
YUV 107.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 88 102 191 0.54 0.47 0 0.25 231.84 0.45 0.55
Hex 58 66 BF 36 2F 0 19 E8 2D 37
Octal 130 146 277 66 57 0 31 350 55 67
Binary 1011000 1100110 10111111 110110 101111 0 11001 11101000 101101 110111

Color Harmonies of #5866BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5866BF

Black with #5866BF

Text Example


Text Example

White with #5866BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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