Html Css Color HEX #575CA5 Rich Blue

📋 copy color: '#575CA5'

red 87 ◦ green 92 ◦ blue 165

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

Shades of Rich Blue #575CA5

Tints of Rich Blue #575CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.97%

R = 25.29%
G = 26.74%
B = 47.97%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#575CA5 (or 0x575CA5) is known color: Rich Blue. HEX triplet: 57, 5C and A5. RGB value is (87,92,165). Sum of RGB (Red+Green+Blue) = 87+92+165=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #575CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CA5 is #A8A35A. Grayscale: #626262. Windows color (decimal): -11051867 or 10837079. OLE color: 10837079.

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

Color convert

RGB 87 92 165 -
CMYK 0.47 0.44 0 0.35
HSL 236.15º 0.31% 0.49% -
HSV(B) 236.15º 0.47% 0.65% -
XYZ 14.55 12.4 37.22 -
YUV 98.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 87 92 165 0.47 0.44 0 0.35 236.15 0.31 0.49
Hex 57 5C A5 2F 2C 0 23 EC 1F 31
Octal 127 134 245 57 54 0 43 354 37 61
Binary 1010111 1011100 10100101 101111 101100 0 100011 11101100 11111 110001

Color Harmonies of #575CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CA5

Black with #575CA5

Text Example


Text Example

White with #575CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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