Html Css Color HEX #575FB4 Rich Blue

📋 copy color: '#575FB4'

red 87 ◦ green 95 ◦ blue 180

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

Shades of Rich Blue #575FB4

Tints of Rich Blue #575FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.72%

R = 24.03%
G = 26.24%
B = 49.72%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#575FB4 (or 0x575FB4) is known color: Rich Blue. HEX triplet: 57, 5F and B4. RGB value is (87,95,180). Sum of RGB (Red+Green+Blue) = 87+95+180=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #575FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FB4 is #A8A04B. Grayscale: #656565. Windows color (decimal): -11051084 or 11820887. OLE color: 11820887.

HSL color Cylindrical-coordinate representation of color #575FB4: hue angle of 234.84º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #575FB4 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 95 180 -
CMYK 0.52 0.47 0 0.29
HSL 234.84º 0.38% 0.52% -
HSV(B) 234.84º 0.52% 0.71% -
XYZ 16.26 13.51 44.93 -
YUV 102.3 171.85 117.09 -
System Red Green Blue C M Y K H S L
Decimal 87 95 180 0.52 0.47 0 0.29 234.84 0.38 0.52
Hex 57 5F B4 34 2F 0 1D EB 26 34
Octal 127 137 264 64 57 0 35 353 46 64
Binary 1010111 1011111 10110100 110100 101111 0 11101 11101011 100110 110100

Color Harmonies of #575FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FB4

Black with #575FB4

Text Example


Text Example

White with #575FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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