Html Css Color HEX #5868BA Chetwode Blue

📋 copy color: '#5868BA'

red 88 ◦ green 104 ◦ blue 186

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

Shades of Chetwode Blue #5868BA

Tints of Chetwode Blue #5868BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 23.28%
G = 27.51%
B = 49.21%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5868BA (or 0x5868BA) is known color: Chetwode Blue. HEX triplet: 58, 68 and BA. RGB value is (88,104,186). Sum of RGB (Red+Green+Blue) = 88+104+186=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #5868BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5868BA is #A79745. Grayscale: #6C6C6C. Windows color (decimal): -10983238 or 12216408. OLE color: 12216408.

HSL color Cylindrical-coordinate representation of color #5868BA: hue angle of 230.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5868BA is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 104 186 -
CMYK 0.53 0.44 0 0.27
HSL 230.2º 0.42% 0.54% -
HSV(B) 230.2º 0.53% 0.73% -
XYZ 17.84 15.52 48.51 -
YUV 108.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 88 104 186 0.53 0.44 0 0.27 230.2 0.42 0.54
Hex 58 68 BA 35 2C 0 1B E6 2A 36
Octal 130 150 272 65 54 0 33 346 52 66
Binary 1011000 1101000 10111010 110101 101100 0 11011 11100110 101010 110110

Color Harmonies of #5868BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5868BA

Black with #5868BA

Text Example


Text Example

White with #5868BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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