Html Css Color HEX #5766BF Chetwode Blue

📋 copy color: '#5766BF'

red 87 ◦ green 102 ◦ blue 191

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

Shades of Chetwode Blue #5766BF

Tints of Chetwode Blue #5766BF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

 BLUE value IS 191 (75% from 255) = 50.26%

R = 22.89%
G = 26.84%
B = 50.26%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5766BF (or 0x5766BF) is known color: Chetwode Blue. HEX triplet: 57, 66 and BF. RGB value is (87,102,191). Sum of RGB (Red+Green+Blue) = 87+102+191=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #5766BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766BF is #A89940. Grayscale: #6B6B6B. Windows color (decimal): -11049281 or 12543575. OLE color: 12543575.

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

Color convert

RGB 87 102 191 -
CMYK 0.54 0.47 0 0.25
HSL 231.35º 0.45% 0.55% -
HSV(B) 231.35º 0.54% 0.75% -
XYZ 18.09 15.29 51.29 -
YUV 107.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 87 102 191 0.54 0.47 0 0.25 231.35 0.45 0.55
Hex 57 66 BF 36 2F 0 19 E7 2D 37
Octal 127 146 277 66 57 0 31 347 55 67
Binary 1010111 1100110 10111111 110110 101111 0 11001 11100111 101101 110111

Color Harmonies of #5766BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766BF

Black with #5766BF

Text Example


Text Example

White with #5766BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5766BF; }

 p { color: rgb(87,102,191); }

 H1.HeaderClassName
 {
   color: #5766BF;
 }
 .AnyTagClassName
 {
   color: #5766BF;
 }
</style>

background-color css

<style>
 a { background-color: #5766BF; }

 a { background-color: rgb(87,102,191); }

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

border-color css

<style>
 span { border-color: #5766BF; }

 span { border-color: rgb(87,102,191); }

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