Html Css Color HEX #575FA4 Rich Blue

📋 copy color: '#575FA4'

red 87 ◦ green 95 ◦ blue 164

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

Shades of Rich Blue #575FA4

Tints of Rich Blue #575FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.4%

R = 25.14%
G = 27.46%
B = 47.4%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#575FA4 (or 0x575FA4) is known color: Rich Blue. HEX triplet: 57, 5F and A4. RGB value is (87,95,164). Sum of RGB (Red+Green+Blue) = 87+95+164=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #575FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FA4 is #A8A05B. Grayscale: #646464. Windows color (decimal): -11051100 or 10772311. OLE color: 10772311.

HSL color Cylindrical-coordinate representation of color #575FA4: hue angle of 233.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #575FA4 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 95 164 -
CMYK 0.47 0.42 0 0.36
HSL 233.77º 0.31% 0.49% -
HSV(B) 233.77º 0.47% 0.64% -
XYZ 14.72 12.89 36.83 -
YUV 100.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 87 95 164 0.47 0.42 0 0.36 233.77 0.31 0.49
Hex 57 5F A4 2F 2A 0 24 EA 1F 31
Octal 127 137 244 57 52 0 44 352 37 61
Binary 1010111 1011111 10100100 101111 101010 0 100100 11101010 11111 110001

Color Harmonies of #575FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FA4

Black with #575FA4

Text Example


Text Example

White with #575FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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