Html Css Color HEX #575CB6 Rich Blue

📋 copy color: '#575CB6'

red 87 ◦ green 92 ◦ blue 182

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

Shades of Rich Blue #575CB6

Tints of Rich Blue #575CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 24.1%
G = 25.48%
B = 50.42%

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

#575CB6 (or 0x575CB6) is known color: Rich Blue. HEX triplet: 57, 5C and B6. RGB value is (87,92,182). Sum of RGB (Red+Green+Blue) = 87+92+182=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #575CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CB6 is #A8A349. Grayscale: #646464. Windows color (decimal): -11051850 or 11951191. OLE color: 11951191.

HSL color Cylindrical-coordinate representation of color #575CB6: hue angle of 236.84º 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 #575CB6 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 92 182 -
CMYK 0.52 0.49 0 0.29
HSL 236.84º 0.39% 0.53% -
HSV(B) 236.84º 0.52% 0.71% -
XYZ 16.2 13.06 45.92 -
YUV 100.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 87 92 182 0.52 0.49 0 0.29 236.84 0.39 0.53
Hex 57 5C B6 34 31 0 1D ED 27 35
Octal 127 134 266 64 61 0 35 355 47 65
Binary 1010111 1011100 10110110 110100 110001 0 11101 11101101 100111 110101

Color Harmonies of #575CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CB6

Black with #575CB6

Text Example


Text Example

White with #575CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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