Html Css Color HEX #5768BE Chetwode Blue

📋 copy color: '#5768BE'

red 87 ◦ green 104 ◦ blue 190

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

Shades of Chetwode Blue #5768BE

Tints of Chetwode Blue #5768BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 22.83%
G = 27.3%
B = 49.87%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5768BE (or 0x5768BE) is known color: Chetwode Blue. HEX triplet: 57, 68 and BE. RGB value is (87,104,190). Sum of RGB (Red+Green+Blue) = 87+104+190=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #5768BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768BE is #A89741. Grayscale: #6C6C6C. Windows color (decimal): -11048770 or 12478551. OLE color: 12478551.

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

Color convert

RGB 87 104 190 -
CMYK 0.54 0.45 0 0.25
HSL 230.1º 0.44% 0.54% -
HSV(B) 230.1º 0.54% 0.75% -
XYZ 18.18 15.64 50.78 -
YUV 108.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 87 104 190 0.54 0.45 0 0.25 230.1 0.44 0.54
Hex 57 68 BE 36 2D 0 19 E6 2C 36
Octal 127 150 276 66 55 0 31 346 54 66
Binary 1010111 1101000 10111110 110110 101101 0 11001 11100110 101100 110110

Color Harmonies of #5768BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768BE

Black with #5768BE

Text Example


Text Example

White with #5768BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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