Html Css Color HEX #5768BA Chetwode Blue

📋 copy color: '#5768BA'

red 87 ◦ green 104 ◦ blue 186

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

Shades of Chetwode Blue #5768BA

Tints of Chetwode Blue #5768BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 23.08%
G = 27.59%
B = 49.34%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5768BA (or 0x5768BA) is known color: Chetwode Blue. HEX triplet: 57, 68 and BA. RGB value is (87,104,186). Sum of RGB (Red+Green+Blue) = 87+104+186=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #5768BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768BA is #A89745. Grayscale: #6B6B6B. Windows color (decimal): -11048774 or 12216407. OLE color: 12216407.

HSL color Cylindrical-coordinate representation of color #5768BA: hue angle of 229.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5768BA is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 104 186 -
CMYK 0.53 0.44 0 0.27
HSL 229.7º 0.42% 0.54% -
HSV(B) 229.7º 0.53% 0.73% -
XYZ 17.74 15.47 48.51 -
YUV 108.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 87 104 186 0.53 0.44 0 0.27 229.7 0.42 0.54
Hex 57 68 BA 35 2C 0 1B E6 2A 36
Octal 127 150 272 65 54 0 33 346 52 66
Binary 1010111 1101000 10111010 110101 101100 0 11011 11100110 101010 110110

Color Harmonies of #5768BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768BA

Black with #5768BA

Text Example


Text Example

White with #5768BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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