Html Css Color HEX #5768BB Chetwode Blue

📋 copy color: '#5768BB'

red 87 ◦ green 104 ◦ blue 187

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

Shades of Chetwode Blue #5768BB

Tints of Chetwode Blue #5768BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 23.02%
G = 27.51%
B = 49.47%

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

#5768BB (or 0x5768BB) is known color: Chetwode Blue. HEX triplet: 57, 68 and BB. RGB value is (87,104,187). Sum of RGB (Red+Green+Blue) = 87+104+187=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #5768BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768BB is #A89744. Grayscale: #6C6C6C. Windows color (decimal): -11048773 or 12281943. OLE color: 12281943.

HSL color Cylindrical-coordinate representation of color #5768BB: hue angle of 229.8º 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 #5768BB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 104 187 -
CMYK 0.53 0.44 0 0.27
HSL 229.8º 0.42% 0.54% -
HSV(B) 229.8º 0.53% 0.73% -
XYZ 17.85 15.51 49.07 -
YUV 108.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 87 104 187 0.53 0.44 0 0.27 229.8 0.42 0.54
Hex 57 68 BB 35 2C 0 1B E6 2A 36
Octal 127 150 273 65 54 0 33 346 52 66
Binary 1010111 1101000 10111011 110101 101100 0 11011 11100110 101010 110110

Color Harmonies of #5768BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768BB

Black with #5768BB

Text Example


Text Example

White with #5768BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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