Html Css Color HEX #554BCD Slate Blue

📋 copy color: '#554BCD'

red 85 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #554BCD

Tints of Slate Blue #554BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.55%

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

R = 23.29%
G = 20.55%
B = 56.16%

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

#554BCD (or 0x554BCD) is known color: Slate Blue. HEX triplet: 55, 4B and CD. RGB value is (85,75,205). Sum of RGB (Red+Green+Blue) = 85+75+205=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #554BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BCD is #AAB432. Grayscale: #5C5C5C. Windows color (decimal): -11187251 or 13454165. OLE color: 13454165.

HSL color Cylindrical-coordinate representation of color #554BCD: hue angle of 244.62º degrees, saturation: 0.57, 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 #554BCD is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 75 205 -
CMYK 0.59 0.63 0 0.20
HSL 244.62º 0.57% 0.55% -
HSV(B) 244.62º 0.63% 0.8% -
XYZ 17.28 11.37 59.04 -
YUV 92.81 191.31 122.43 -
System Red Green Blue C M Y K H S L
Decimal 85 75 205 0.59 0.63 0 0.20 244.62 0.57 0.55
Hex 55 4B CD 3B 3F 0 14 F5 39 37
Octal 125 113 315 73 77 0 24 365 71 67
Binary 1010101 1001011 11001101 111011 111111 0 10100 11110101 111001 110111

Color Harmonies of #554BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554BCD

Black with #554BCD

Text Example


Text Example

White with #554BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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