Html Css Color HEX #554CCD Slate Blue

📋 copy color: '#554CCD'

red 85 ◦ green 76 ◦ blue 205

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

Shades of Slate Blue #554CCD

Tints of Slate Blue #554CCD

RGB

 RED value IS 85 (33.59% from 255) = 23.22%

 GREEN value IS 76 (30.08% from 255) = 20.77%

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 23.22%
G = 20.77%
B = 56.01%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#554CCD (or 0x554CCD) is known color: Slate Blue. HEX triplet: 55, 4C and CD. RGB value is (85,76,205). Sum of RGB (Red+Green+Blue) = 85+76+205=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #554CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CCD is #AAB332. Grayscale: #5C5C5C. Windows color (decimal): -11186995 or 13454421. OLE color: 13454421.

HSL color Cylindrical-coordinate representation of color #554CCD: hue angle of 244.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #554CCD is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 76 205 -
CMYK 0.59 0.63 0 0.20
HSL 244.19º 0.56% 0.55% -
HSV(B) 244.19º 0.63% 0.8% -
XYZ 17.35 11.51 59.06 -
YUV 93.4 190.98 122.01 -
System Red Green Blue C M Y K H S L
Decimal 85 76 205 0.59 0.63 0 0.20 244.19 0.56 0.55
Hex 55 4C CD 3B 3F 0 14 F4 38 37
Octal 125 114 315 73 77 0 24 364 70 67
Binary 1010101 1001100 11001101 111011 111111 0 10100 11110100 111000 110111

Color Harmonies of #554CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CCD

Black with #554CCD

Text Example


Text Example

White with #554CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554CCD; }

 p { color: rgb(85,76,205); }

 H1.HeaderClassName
 {
   color: #554CCD;
 }
 .AnyTagClassName
 {
   color: #554CCD;
 }
</style>

background-color css

<style>
 a { background-color: #554CCD; }

 a { background-color: rgb(85,76,205); }

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

border-color css

<style>
 span { border-color: #554CCD; }

 span { border-color: rgb(85,76,205); }

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