Html Css Color HEX #575CB5 Rich Blue

📋 copy color: '#575CB5'

red 87 ◦ green 92 ◦ blue 181

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

Shades of Rich Blue #575CB5

Tints of Rich Blue #575CB5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

 BLUE value IS 181 (71.09% from 255) = 50.28%

R = 24.17%
G = 25.56%
B = 50.28%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#575CB5 (or 0x575CB5) is known color: Rich Blue. HEX triplet: 57, 5C and B5. RGB value is (87,92,181). Sum of RGB (Red+Green+Blue) = 87+92+181=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #575CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CB5 is #A8A34A. Grayscale: #646464. Windows color (decimal): -11051851 or 11885655. OLE color: 11885655.

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

Color convert

RGB 87 92 181 -
CMYK 0.52 0.49 0 0.29
HSL 236.81º 0.39% 0.53% -
HSV(B) 236.81º 0.52% 0.71% -
XYZ 16.1 13.02 45.38 -
YUV 100.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 87 92 181 0.52 0.49 0 0.29 236.81 0.39 0.53
Hex 57 5C B5 34 31 0 1D ED 27 35
Octal 127 134 265 64 61 0 35 355 47 65
Binary 1010111 1011100 10110101 110100 110001 0 11101 11101101 100111 110101

Color Harmonies of #575CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CB5

Black with #575CB5

Text Example


Text Example

White with #575CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,92,181); }

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

background-color css

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

 a { background-color: rgb(87,92,181); }

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

border-color css

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

 span { border-color: rgb(87,92,181); }

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