Html Css Color HEX #5869CC Chetwode Blue

📋 copy color: '#5869CC'

red 88 ◦ green 105 ◦ blue 204

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

Shades of Chetwode Blue #5869CC

Tints of Chetwode Blue #5869CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 22.17%
G = 26.45%
B = 51.39%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5869CC (or 0x5869CC) is known color: Chetwode Blue. HEX triplet: 58, 69 and CC. RGB value is (88,105,204). Sum of RGB (Red+Green+Blue) = 88+105+204=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #5869CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5869CC is #A79633. Grayscale: #6E6E6E. Windows color (decimal): -10982964 or 13396312. OLE color: 13396312.

HSL color Cylindrical-coordinate representation of color #5869CC: hue angle of 231.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5869CC is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 105 204 -
CMYK 0.57 0.49 0 0.2
HSL 231.21º 0.53% 0.57% -
HSV(B) 231.21º 0.57% 0.8% -
XYZ 19.98 16.54 59.27 -
YUV 111.2 180.37 111.45 -
System Red Green Blue C M Y K H S L
Decimal 88 105 204 0.57 0.49 0 0.2 231.21 0.53 0.57
Hex 58 69 CC 39 31 0 14 E7 35 39
Octal 130 151 314 71 61 0 24 347 65 71
Binary 1011000 1101001 11001100 111001 110001 0 10100 11100111 110101 111001

Color Harmonies of #5869CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5869CC

Black with #5869CC

Text Example


Text Example

White with #5869CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5869CC; }

 p { color: rgb(88,105,204); }

 H1.HeaderClassName
 {
   color: #5869CC;
 }
 .AnyTagClassName
 {
   color: #5869CC;
 }
</style>

background-color css

<style>
 a { background-color: #5869CC; }

 a { background-color: rgb(88,105,204); }

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

border-color css

<style>
 span { border-color: #5869CC; }

 span { border-color: rgb(88,105,204); }

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