Html Css Color HEX #5864BF Chetwode Blue

📋 copy color: '#5864BF'

red 88 ◦ green 100 ◦ blue 191

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

Shades of Chetwode Blue #5864BF

Tints of Chetwode Blue #5864BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.39%

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

R = 23.22%
G = 26.39%
B = 50.4%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5864BF (or 0x5864BF) is known color: Chetwode Blue. HEX triplet: 58, 64 and BF. RGB value is (88,100,191). Sum of RGB (Red+Green+Blue) = 88+100+191=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #5864BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5864BF is #A79B40. Grayscale: #6A6A6A. Windows color (decimal): -10984257 or 12543064. OLE color: 12543064.

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

Color convert

RGB 88 100 191 -
CMYK 0.54 0.48 0 0.25
HSL 233.01º 0.45% 0.55% -
HSV(B) 233.01º 0.54% 0.75% -
XYZ 17.99 14.95 51.23 -
YUV 106.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 88 100 191 0.54 0.48 0 0.25 233.01 0.45 0.55
Hex 58 64 BF 36 30 0 19 E9 2D 37
Octal 130 144 277 66 60 0 31 351 55 67
Binary 1011000 1100100 10111111 110110 110000 0 11001 11101001 101101 110111

Color Harmonies of #5864BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5864BF

Black with #5864BF

Text Example


Text Example

White with #5864BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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