Html Css Color HEX #575FAB Rich Blue

📋 copy color: '#575FAB'

red 87 ◦ green 95 ◦ blue 171

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

Shades of Rich Blue #575FAB

Tints of Rich Blue #575FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 24.65%
G = 26.91%
B = 48.44%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#575FAB (or 0x575FAB) is known color: Rich Blue. HEX triplet: 57, 5F and AB. RGB value is (87,95,171). Sum of RGB (Red+Green+Blue) = 87+95+171=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #575FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FAB is #A8A054. Grayscale: #646464. Windows color (decimal): -11051093 or 11231063. OLE color: 11231063.

HSL color Cylindrical-coordinate representation of color #575FAB: hue angle of 234.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 #575FAB is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 95 171 -
CMYK 0.49 0.44 0 0.33
HSL 234.29º 0.33% 0.51% -
HSV(B) 234.29º 0.49% 0.67% -
XYZ 15.37 13.15 40.26 -
YUV 101.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 87 95 171 0.49 0.44 0 0.33 234.29 0.33 0.51
Hex 57 5F AB 31 2C 0 21 EA 21 33
Octal 127 137 253 61 54 0 41 352 41 63
Binary 1010111 1011111 10101011 110001 101100 0 100001 11101010 100001 110011

Color Harmonies of #575FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FAB

Black with #575FAB

Text Example


Text Example

White with #575FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575FAB; }

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

 H1.HeaderClassName
 {
   color: #575FAB;
 }
 .AnyTagClassName
 {
   color: #575FAB;
 }
</style>

background-color css

<style>
 a { background-color: #575FAB; }

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

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

border-color css

<style>
 span { border-color: #575FAB; }

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

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