Html Css Color HEX #5A63CC Slate Blue

📋 copy color: '#5A63CC'

red 90 ◦ green 99 ◦ blue 204

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

Shades of Slate Blue #5A63CC

Tints of Slate Blue #5A63CC

RGB

 RED value IS 90 (35.55% from 255) = 22.9%

 GREEN value IS 99 (39.06% from 255) = 25.19%

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

R = 22.9%
G = 25.19%
B = 51.91%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A63CC (or 0x5A63CC) is known color: Slate Blue. HEX triplet: 5A, 63 and CC. RGB value is (90,99,204). Sum of RGB (Red+Green+Blue) = 90+99+204=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A63CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A63CC is #A59C33. Grayscale: #6B6B6B. Windows color (decimal): -10853428 or 13394778. OLE color: 13394778.

HSL color Cylindrical-coordinate representation of color #5A63CC: hue angle of 235.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A63CC is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 99 204 -
CMYK 0.56 0.51 0 0.2
HSL 235.26º 0.53% 0.58% -
HSV(B) 235.26º 0.56% 0.8% -
XYZ 19.58 15.46 59.08 -
YUV 108.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 90 99 204 0.56 0.51 0 0.2 235.26 0.53 0.58
Hex 5A 63 CC 38 33 0 14 EB 35 3A
Octal 132 143 314 70 63 0 24 353 65 72
Binary 1011010 1100011 11001100 111000 110011 0 10100 11101011 110101 111010

Color Harmonies of #5A63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A63CC

Black with #5A63CC

Text Example


Text Example

White with #5A63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A63CC; }

 p { color: rgb(90,99,204); }

 H1.HeaderClassName
 {
   color: #5A63CC;
 }
 .AnyTagClassName
 {
   color: #5A63CC;
 }
</style>

background-color css

<style>
 a { background-color: #5A63CC; }

 a { background-color: rgb(90,99,204); }

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

border-color css

<style>
 span { border-color: #5A63CC; }

 span { border-color: rgb(90,99,204); }

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