Html Css Color HEX #5767C0 Chetwode Blue

📋 copy color: '#5767C0'

red 87 ◦ green 103 ◦ blue 192

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

Shades of Chetwode Blue #5767C0

Tints of Chetwode Blue #5767C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.26%

R = 22.77%
G = 26.96%
B = 50.26%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5767C0 (or 0x5767C0) is known color: Chetwode Blue. HEX triplet: 57, 67 and C0. RGB value is (87,103,192). Sum of RGB (Red+Green+Blue) = 87+103+192=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #5767C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5767C0 is #A8983F. Grayscale: #6B6B6B. Windows color (decimal): -11049024 or 12609367. OLE color: 12609367.

HSL color Cylindrical-coordinate representation of color #5767C0: hue angle of 230.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5767C0 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 103 192 -
CMYK 0.55 0.46 0 0.25
HSL 230.86º 0.45% 0.55% -
HSV(B) 230.86º 0.55% 0.75% -
XYZ 18.3 15.53 51.9 -
YUV 108.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 87 103 192 0.55 0.46 0 0.25 230.86 0.45 0.55
Hex 57 67 C0 37 2E 0 19 E7 2D 37
Octal 127 147 300 67 56 0 31 347 55 67
Binary 1010111 1100111 11000000 110111 101110 0 11001 11100111 101101 110111

Color Harmonies of #5767C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5767C0

Black with #5767C0

Text Example


Text Example

White with #5767C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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