Html Css Color HEX #575FC1 Rich Blue

📋 copy color: '#575FC1'

red 87 ◦ green 95 ◦ blue 193

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

Shades of Rich Blue #575FC1

Tints of Rich Blue #575FC1

RGB

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

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

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

R = 23.2%
G = 25.33%
B = 51.47%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#575FC1 (or 0x575FC1) is known color: Rich Blue. HEX triplet: 57, 5F and C1. RGB value is (87,95,193). Sum of RGB (Red+Green+Blue) = 87+95+193=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #575FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FC1 is #A8A03E. Grayscale: #676767. Windows color (decimal): -11051071 or 12672855. OLE color: 12672855.

HSL color Cylindrical-coordinate representation of color #575FC1: hue angle of 235.47º 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 #575FC1 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 95 193 -
CMYK 0.55 0.51 0 0.24
HSL 235.47º 0.46% 0.55% -
HSV(B) 235.47º 0.55% 0.76% -
XYZ 17.65 14.06 52.24 -
YUV 103.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 87 95 193 0.55 0.51 0 0.24 235.47 0.46 0.55
Hex 57 5F C1 37 33 0 18 EB 2E 37
Octal 127 137 301 67 63 0 30 353 56 67
Binary 1010111 1011111 11000001 110111 110011 0 11000 11101011 101110 110111

Color Harmonies of #575FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FC1

Black with #575FC1

Text Example


Text Example

White with #575FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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