Html Css Color HEX #5768BC Chetwode Blue

📋 copy color: '#5768BC'

red 87 ◦ green 104 ◦ blue 188

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

Shades of Chetwode Blue #5768BC

Tints of Chetwode Blue #5768BC

RGB

 RED value IS 87 (34.38% from 255) = 22.96%

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

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

R = 22.96%
G = 27.44%
B = 49.6%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5768BC (or 0x5768BC) is known color: Chetwode Blue. HEX triplet: 57, 68 and BC. RGB value is (87,104,188). Sum of RGB (Red+Green+Blue) = 87+104+188=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #5768BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768BC is #A89743. Grayscale: #6C6C6C. Windows color (decimal): -11048772 or 12347479. OLE color: 12347479.

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

Color convert

RGB 87 104 188 -
CMYK 0.54 0.45 0 0.26
HSL 229.9º 0.43% 0.54% -
HSV(B) 229.9º 0.54% 0.74% -
XYZ 17.96 15.56 49.63 -
YUV 108.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 87 104 188 0.54 0.45 0 0.26 229.9 0.43 0.54
Hex 57 68 BC 36 2D 0 1A E6 2B 36
Octal 127 150 274 66 55 0 32 346 53 66
Binary 1010111 1101000 10111100 110110 101101 0 11010 11100110 101011 110110

Color Harmonies of #5768BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768BC

Black with #5768BC

Text Example


Text Example

White with #5768BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,104,188); }

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

background-color css

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

 a { background-color: rgb(87,104,188); }

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

border-color css

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

 span { border-color: rgb(87,104,188); }

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