Html Css Color HEX #5766BD Chetwode Blue

📋 copy color: '#5766BD'

red 87 ◦ green 102 ◦ blue 189

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

Shades of Chetwode Blue #5766BD

Tints of Chetwode Blue #5766BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50%

R = 23.02%
G = 26.98%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5766BD (or 0x5766BD) is known color: Chetwode Blue. HEX triplet: 57, 66 and BD. RGB value is (87,102,189). Sum of RGB (Red+Green+Blue) = 87+102+189=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #5766BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766BD is #A89942. Grayscale: #6B6B6B. Windows color (decimal): -11049283 or 12412503. OLE color: 12412503.

HSL color Cylindrical-coordinate representation of color #5766BD: hue angle of 231.18º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5766BD is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 102 189 -
CMYK 0.54 0.46 0 0.26
HSL 231.18º 0.44% 0.54% -
HSV(B) 231.18º 0.54% 0.74% -
XYZ 17.87 15.2 50.14 -
YUV 107.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 87 102 189 0.54 0.46 0 0.26 231.18 0.44 0.54
Hex 57 66 BD 36 2E 0 1A E7 2C 36
Octal 127 146 275 66 56 0 32 347 54 66
Binary 1010111 1100110 10111101 110110 101110 0 11010 11100111 101100 110110

Color Harmonies of #5766BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766BD

Black with #5766BD

Text Example


Text Example

White with #5766BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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