Html Css Color HEX #5868AB Chetwode Blue

📋 copy color: '#5868AB'

red 88 ◦ green 104 ◦ blue 171

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

Shades of Chetwode Blue #5868AB

Tints of Chetwode Blue #5868AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 24.24%
G = 28.65%
B = 47.11%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5868AB (or 0x5868AB) is known color: Chetwode Blue. HEX triplet: 58, 68 and AB. RGB value is (88,104,171). Sum of RGB (Red+Green+Blue) = 88+104+171=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #5868AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5868AB is #A79754. Grayscale: #6A6A6A. Windows color (decimal): -10983253 or 11233368. OLE color: 11233368.

HSL color Cylindrical-coordinate representation of color #5868AB: hue angle of 228.43º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5868AB is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 104 171 -
CMYK 0.49 0.39 0 0.33
HSL 228.43º 0.33% 0.51% -
HSV(B) 228.43º 0.49% 0.67% -
XYZ 16.33 14.92 40.55 -
YUV 106.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 88 104 171 0.49 0.39 0 0.33 228.43 0.33 0.51
Hex 58 68 AB 31 27 0 21 E4 21 33
Octal 130 150 253 61 47 0 41 344 41 63
Binary 1011000 1101000 10101011 110001 100111 0 100001 11100100 100001 110011

Color Harmonies of #5868AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5868AB

Black with #5868AB

Text Example


Text Example

White with #5868AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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