Html Css Color HEX #5868CC Chetwode Blue

📋 copy color: '#5868CC'

red 88 ◦ green 104 ◦ blue 204

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

Shades of Chetwode Blue #5868CC

Tints of Chetwode Blue #5868CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.26%

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

R = 22.22%
G = 26.26%
B = 51.52%

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

#5868CC (or 0x5868CC) is known color: Chetwode Blue. HEX triplet: 58, 68 and CC. RGB value is (88,104,204). Sum of RGB (Red+Green+Blue) = 88+104+204=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #5868CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5868CC is #A79733. Grayscale: #6E6E6E. Windows color (decimal): -10983220 or 13396056. OLE color: 13396056.

HSL color Cylindrical-coordinate representation of color #5868CC: hue angle of 231.72º 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 #5868CC is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 104 204 -
CMYK 0.57 0.49 0 0.2
HSL 231.72º 0.53% 0.57% -
HSV(B) 231.72º 0.57% 0.8% -
XYZ 19.87 16.33 59.23 -
YUV 110.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 88 104 204 0.57 0.49 0 0.2 231.72 0.53 0.57
Hex 58 68 CC 39 31 0 14 E8 35 39
Octal 130 150 314 71 61 0 24 350 65 71
Binary 1011000 1101000 11001100 111001 110001 0 10100 11101000 110101 111001

Color Harmonies of #5868CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5868CC

Black with #5868CC

Text Example


Text Example

White with #5868CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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