Html Css Color HEX #574FCC Slate Blue

📋 copy color: '#574FCC'

red 87 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #574FCC

Tints of Slate Blue #574FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 23.51%
G = 21.35%
B = 55.14%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#574FCC (or 0x574FCC) is known color: Slate Blue. HEX triplet: 57, 4F and CC. RGB value is (87,79,204). Sum of RGB (Red+Green+Blue) = 87+79+204=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #574FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FCC is #A8B033. Grayscale: #5F5F5F. Windows color (decimal): -11055156 or 13389655. OLE color: 13389655.

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

Color convert

RGB 87 79 204 -
CMYK 0.57 0.61 0 0.2
HSL 243.84º 0.55% 0.55% -
HSV(B) 243.84º 0.61% 0.8% -
XYZ 17.63 11.98 58.51 -
YUV 95.64 189.15 121.84 -
System Red Green Blue C M Y K H S L
Decimal 87 79 204 0.57 0.61 0 0.2 243.84 0.55 0.55
Hex 57 4F CC 39 3D 0 14 F4 37 37
Octal 127 117 314 71 75 0 24 364 67 67
Binary 1010111 1001111 11001100 111001 111101 0 10100 11110100 110111 110111

Color Harmonies of #574FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FCC

Black with #574FCC

Text Example


Text Example

White with #574FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574FCC; }

 p { color: rgb(87,79,204); }

 H1.HeaderClassName
 {
   color: #574FCC;
 }
 .AnyTagClassName
 {
   color: #574FCC;
 }
</style>

background-color css

<style>
 a { background-color: #574FCC; }

 a { background-color: rgb(87,79,204); }

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

border-color css

<style>
 span { border-color: #574FCC; }

 span { border-color: rgb(87,79,204); }

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