Html Css Color HEX #5760AF Rich Blue

📋 copy color: '#5760AF'

red 87 ◦ green 96 ◦ blue 175

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

Shades of Rich Blue #5760AF

Tints of Rich Blue #5760AF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.82%

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

R = 24.3%
G = 26.82%
B = 48.88%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5760AF (or 0x5760AF) is known color: Rich Blue. HEX triplet: 57, 60 and AF. RGB value is (87,96,175). Sum of RGB (Red+Green+Blue) = 87+96+175=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #5760AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5760AF is #A89F50. Grayscale: #656565. Windows color (decimal): -11050833 or 11493463. OLE color: 11493463.

HSL color Cylindrical-coordinate representation of color #5760AF: hue angle of 233.86º 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 #5760AF is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 96 175 -
CMYK 0.50 0.45 0 0.31
HSL 233.86º 0.35% 0.51% -
HSV(B) 233.86º 0.5% 0.69% -
XYZ 15.85 13.49 42.33 -
YUV 102.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 87 96 175 0.50 0.45 0 0.31 233.86 0.35 0.51
Hex 57 60 AF 32 2D 0 1F EA 23 33
Octal 127 140 257 62 55 0 37 352 43 63
Binary 1010111 1100000 10101111 110010 101101 0 11111 11101010 100011 110011

Color Harmonies of #5760AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5760AF

Black with #5760AF

Text Example


Text Example

White with #5760AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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