Html Css Color HEX #5864BC Chetwode Blue

📋 copy color: '#5864BC'

red 88 ◦ green 100 ◦ blue 188

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

Shades of Chetwode Blue #5864BC

Tints of Chetwode Blue #5864BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50%

R = 23.4%
G = 26.6%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5864BC (or 0x5864BC) is known color: Chetwode Blue. HEX triplet: 58, 64 and BC. RGB value is (88,100,188). Sum of RGB (Red+Green+Blue) = 88+100+188=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #5864BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5864BC is #A79B43. Grayscale: #6A6A6A. Windows color (decimal): -10984260 or 12346456. OLE color: 12346456.

HSL color Cylindrical-coordinate representation of color #5864BC: hue angle of 232.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5864BC is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 100 188 -
CMYK 0.53 0.47 0 0.26
HSL 232.8º 0.43% 0.54% -
HSV(B) 232.8º 0.53% 0.74% -
XYZ 17.66 14.82 49.51 -
YUV 106.44 174.02 114.84 -
System Red Green Blue C M Y K H S L
Decimal 88 100 188 0.53 0.47 0 0.26 232.8 0.43 0.54
Hex 58 64 BC 35 2F 0 1A E9 2B 36
Octal 130 144 274 65 57 0 32 351 53 66
Binary 1011000 1100100 10111100 110101 101111 0 11010 11101001 101011 110110

Color Harmonies of #5864BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5864BC

Black with #5864BC

Text Example


Text Example

White with #5864BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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