Html Css Color HEX #5758AB Rich Blue

📋 copy color: '#5758AB'

red 87 ◦ green 88 ◦ blue 171

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

Shades of Rich Blue #5758AB

Tints of Rich Blue #5758AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 25.14%
G = 25.43%
B = 49.42%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5758AB (or 0x5758AB) is known color: Rich Blue. HEX triplet: 57, 58 and AB. RGB value is (87,88,171). Sum of RGB (Red+Green+Blue) = 87+88+171=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #5758AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5758AB is #A8A754. Grayscale: #606060. Windows color (decimal): -11052885 or 11229271. OLE color: 11229271.

HSL color Cylindrical-coordinate representation of color #5758AB: hue angle of 239.29º degrees, saturation: 0.33, 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 #5758AB is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 88 171 -
CMYK 0.49 0.49 0 0.33
HSL 239.29º 0.33% 0.51% -
HSV(B) 239.29º 0.49% 0.67% -
XYZ 14.77 11.95 40.06 -
YUV 97.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 87 88 171 0.49 0.49 0 0.33 239.29 0.33 0.51
Hex 57 58 AB 31 31 0 21 EF 21 33
Octal 127 130 253 61 61 0 41 357 41 63
Binary 1010111 1011000 10101011 110001 110001 0 100001 11101111 100001 110011

Color Harmonies of #5758AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5758AB

Black with #5758AB

Text Example


Text Example

White with #5758AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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