Html Css Color HEX #5764AF Rich Blue

📋 copy color: '#5764AF'

red 87 ◦ green 100 ◦ blue 175

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

Shades of Rich Blue #5764AF

Tints of Rich Blue #5764AF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 175 (68.75% from 255) = 48.34%

R = 24.03%
G = 27.62%
B = 48.34%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5764AF (or 0x5764AF) is known color: Rich Blue. HEX triplet: 57, 64 and AF. RGB value is (87,100,175). Sum of RGB (Red+Green+Blue) = 87+100+175=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #5764AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5764AF is #A89B50. Grayscale: #686868. Windows color (decimal): -11049809 or 11494487. OLE color: 11494487.

HSL color Cylindrical-coordinate representation of color #5764AF: hue angle of 231.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5764AF is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 100 175 -
CMYK 0.50 0.43 0 0.31
HSL 231.14º 0.35% 0.51% -
HSV(B) 231.14º 0.5% 0.69% -
XYZ 16.23 14.24 42.45 -
YUV 104.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 87 100 175 0.50 0.43 0 0.31 231.14 0.35 0.51
Hex 57 64 AF 32 2B 0 1F E7 23 33
Octal 127 144 257 62 53 0 37 347 43 63
Binary 1010111 1100100 10101111 110010 101011 0 11111 11100111 100011 110011

Color Harmonies of #5764AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5764AF

Black with #5764AF

Text Example


Text Example

White with #5764AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5764AF; }

 p { color: rgb(87,100,175); }

 H1.HeaderClassName
 {
   color: #5764AF;
 }
 .AnyTagClassName
 {
   color: #5764AF;
 }
</style>

background-color css

<style>
 a { background-color: #5764AF; }

 a { background-color: rgb(87,100,175); }

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

border-color css

<style>
 span { border-color: #5764AF; }

 span { border-color: rgb(87,100,175); }

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