Html Css Color HEX #554CC5 Slate Blue

📋 copy color: '#554CC5'

red 85 ◦ green 76 ◦ blue 197

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

Shades of Slate Blue #554CC5

Tints of Slate Blue #554CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 55.03%

R = 23.74%
G = 21.23%
B = 55.03%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#554CC5 (or 0x554CC5) is known color: Slate Blue. HEX triplet: 55, 4C and C5. RGB value is (85,76,197). Sum of RGB (Red+Green+Blue) = 85+76+197=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #554CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CC5 is #AAB33A. Grayscale: #5C5C5C. Windows color (decimal): -11187003 or 12930133. OLE color: 12930133.

HSL color Cylindrical-coordinate representation of color #554CC5: hue angle of 244.46º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554CC5 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 76 197 -
CMYK 0.57 0.61 0 0.23
HSL 244.46º 0.51% 0.54% -
HSV(B) 244.46º 0.61% 0.77% -
XYZ 16.41 11.13 54.11 -
YUV 92.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 85 76 197 0.57 0.61 0 0.23 244.46 0.51 0.54
Hex 55 4C C5 39 3D 0 17 F4 33 36
Octal 125 114 305 71 75 0 27 364 63 66
Binary 1010101 1001100 11000101 111001 111101 0 10111 11110100 110011 110110

Color Harmonies of #554CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CC5

Black with #554CC5

Text Example


Text Example

White with #554CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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