Html Css Color HEX #575CC1 Rich Blue

📋 copy color: '#575CC1'

red 87 ◦ green 92 ◦ blue 193

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

Shades of Rich Blue #575CC1

Tints of Rich Blue #575CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.88%

R = 23.39%
G = 24.73%
B = 51.88%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#575CC1 (or 0x575CC1) is known color: Rich Blue. HEX triplet: 57, 5C and C1. RGB value is (87,92,193). Sum of RGB (Red+Green+Blue) = 87+92+193=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #575CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CC1 is #A8A33E. Grayscale: #656565. Windows color (decimal): -11051839 or 12672087. OLE color: 12672087.

HSL color Cylindrical-coordinate representation of color #575CC1: hue angle of 237.17º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #575CC1 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 92 193 -
CMYK 0.55 0.52 0 0.24
HSL 237.17º 0.46% 0.55% -
HSV(B) 237.17º 0.55% 0.76% -
XYZ 17.38 13.53 52.15 -
YUV 102.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 87 92 193 0.55 0.52 0 0.24 237.17 0.46 0.55
Hex 57 5C C1 37 34 0 18 ED 2E 37
Octal 127 134 301 67 64 0 30 355 56 67
Binary 1010111 1011100 11000001 110111 110100 0 11000 11101101 101110 110111

Color Harmonies of #575CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CC1

Black with #575CC1

Text Example


Text Example

White with #575CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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