Html Css Color HEX #5766AA Rich Blue

📋 copy color: '#5766AA'

red 87 ◦ green 102 ◦ blue 170

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

Shades of Rich Blue #5766AA

Tints of Rich Blue #5766AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.35%

R = 24.23%
G = 28.41%
B = 47.35%

CMYK

 C value IS 0.49

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5766AA (or 0x5766AA) is known color: Rich Blue. HEX triplet: 57, 66 and AA. RGB value is (87,102,170). Sum of RGB (Red+Green+Blue) = 87+102+170=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #5766AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5766AA is #A89955. Grayscale: #686868. Windows color (decimal): -11049302 or 11167319. OLE color: 11167319.

HSL color Cylindrical-coordinate representation of color #5766AA: hue angle of 229.16º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5766AA is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 102 170 -
CMYK 0.49 0.4 0 0.33
HSL 229.16º 0.33% 0.5% -
HSV(B) 229.16º 0.49% 0.67% -
XYZ 15.94 14.43 39.98 -
YUV 105.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 87 102 170 0.49 0.4 0 0.33 229.16 0.33 0.5
Hex 57 66 AA 31 28 0 21 E5 21 32
Octal 127 146 252 61 50 0 41 345 41 62
Binary 1010111 1100110 10101010 110001 101000 0 100001 11100101 100001 110010

Color Harmonies of #5766AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766AA

Black with #5766AA

Text Example


Text Example

White with #5766AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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