Html Css Color HEX #575CCB Slate Blue

📋 copy color: '#575CCB'

red 87 ◦ green 92 ◦ blue 203

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

Shades of Slate Blue #575CCB

Tints of Slate Blue #575CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 22.77%
G = 24.08%
B = 53.14%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#575CCB (or 0x575CCB) is known color: Slate Blue. HEX triplet: 57, 5C and CB. RGB value is (87,92,203). Sum of RGB (Red+Green+Blue) = 87+92+203=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #575CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CCB is #A8A334. Grayscale: #666666. Windows color (decimal): -11051829 or 13327447. OLE color: 13327447.

HSL color Cylindrical-coordinate representation of color #575CCB: hue angle of 237.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575CCB is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 92 203 -
CMYK 0.57 0.55 0 0.20
HSL 237.41º 0.53% 0.57% -
HSV(B) 237.41º 0.57% 0.8% -
XYZ 18.54 13.99 58.22 -
YUV 103.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 87 92 203 0.57 0.55 0 0.20 237.41 0.53 0.57
Hex 57 5C CB 39 37 0 14 ED 35 39
Octal 127 134 313 71 67 0 24 355 65 71
Binary 1010111 1011100 11001011 111001 110111 0 10100 11101101 110101 111001

Color Harmonies of #575CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CCB

Black with #575CCB

Text Example


Text Example

White with #575CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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