Html Css Color HEX #5767BC Chetwode Blue

📋 copy color: '#5767BC'

red 87 ◦ green 103 ◦ blue 188

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

Shades of Chetwode Blue #5767BC

Tints of Chetwode Blue #5767BC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

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

R = 23.02%
G = 27.25%
B = 49.74%

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

#5767BC (or 0x5767BC) is known color: Chetwode Blue. HEX triplet: 57, 67 and BC. RGB value is (87,103,188). Sum of RGB (Red+Green+Blue) = 87+103+188=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #5767BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767BC is #A89843. Grayscale: #6B6B6B. Windows color (decimal): -11049028 or 12347223. OLE color: 12347223.

HSL color Cylindrical-coordinate representation of color #5767BC: hue angle of 230.5º 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 #5767BC is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 103 188 -
CMYK 0.54 0.45 0 0.26
HSL 230.5º 0.43% 0.54% -
HSV(B) 230.5º 0.54% 0.74% -
XYZ 17.86 15.36 49.6 -
YUV 107.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 87 103 188 0.54 0.45 0 0.26 230.5 0.43 0.54
Hex 57 67 BC 36 2D 0 1A E6 2B 36
Octal 127 147 274 66 55 0 32 346 53 66
Binary 1010111 1100111 10111100 110110 101101 0 11010 11100110 101011 110110

Color Harmonies of #5767BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5767BC

Black with #5767BC

Text Example


Text Example

White with #5767BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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