Html Css Color HEX #5758AF Rich Blue

📋 copy color: '#5758AF'

red 87 ◦ green 88 ◦ blue 175

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

Shades of Rich Blue #5758AF

Tints of Rich Blue #5758AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 24.86%
G = 25.14%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5758AF (or 0x5758AF) is known color: Rich Blue. HEX triplet: 57, 58 and AF. RGB value is (87,88,175). Sum of RGB (Red+Green+Blue) = 87+88+175=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #5758AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5758AF is #A8A750. Grayscale: #616161. Windows color (decimal): -11052881 or 11491415. OLE color: 11491415.

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

Color convert

RGB 87 88 175 -
CMYK 0.50 0.50 0 0.31
HSL 239.32º 0.35% 0.51% -
HSV(B) 239.32º 0.5% 0.69% -
XYZ 15.16 12.1 42.09 -
YUV 97.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 87 88 175 0.50 0.50 0 0.31 239.32 0.35 0.51
Hex 57 58 AF 32 32 0 1F EF 23 33
Octal 127 130 257 62 62 0 37 357 43 63
Binary 1010111 1011000 10101111 110010 110010 0 11111 11101111 100011 110011

Color Harmonies of #5758AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5758AF

Black with #5758AF

Text Example


Text Example

White with #5758AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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