Html Css Color HEX #5765AC Rich Blue

📋 copy color: '#5765AC'

red 87 ◦ green 101 ◦ blue 172

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

Shades of Rich Blue #5765AC

Tints of Rich Blue #5765AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 24.17%
G = 28.06%
B = 47.78%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5765AC (or 0x5765AC) is known color: Rich Blue. HEX triplet: 57, 65 and AC. RGB value is (87,101,172). Sum of RGB (Red+Green+Blue) = 87+101+172=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #5765AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5765AC is #A89A53. Grayscale: #686868. Windows color (decimal): -11049556 or 11298135. OLE color: 11298135.

HSL color Cylindrical-coordinate representation of color #5765AC: hue angle of 230.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5765AC is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 101 172 -
CMYK 0.49 0.41 0 0.33
HSL 230.12º 0.34% 0.51% -
HSV(B) 230.12º 0.49% 0.67% -
XYZ 16.03 14.31 40.95 -
YUV 104.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 87 101 172 0.49 0.41 0 0.33 230.12 0.34 0.51
Hex 57 65 AC 31 29 0 21 E6 22 33
Octal 127 145 254 61 51 0 41 346 42 63
Binary 1010111 1100101 10101100 110001 101001 0 100001 11100110 100010 110011

Color Harmonies of #5765AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5765AC

Black with #5765AC

Text Example


Text Example

White with #5765AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5765AC; }

 p { color: rgb(87,101,172); }

 H1.HeaderClassName
 {
   color: #5765AC;
 }
 .AnyTagClassName
 {
   color: #5765AC;
 }
</style>

background-color css

<style>
 a { background-color: #5765AC; }

 a { background-color: rgb(87,101,172); }

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

border-color css

<style>
 span { border-color: #5765AC; }

 span { border-color: rgb(87,101,172); }

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