Html Css Color HEX #554FCD Slate Blue

📋 copy color: '#554FCD'

red 85 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #554FCD

Tints of Slate Blue #554FCD

RGB

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

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

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

R = 23.04%
G = 21.41%
B = 55.56%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#554FCD (or 0x554FCD) is known color: Slate Blue. HEX triplet: 55, 4F and CD. RGB value is (85,79,205). Sum of RGB (Red+Green+Blue) = 85+79+205=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #554FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FCD is #AAB032. Grayscale: #5E5E5E. Windows color (decimal): -11186227 or 13455189. OLE color: 13455189.

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

Color convert

RGB 85 79 205 -
CMYK 0.59 0.61 0 0.20
HSL 242.86º 0.56% 0.56% -
HSV(B) 242.86º 0.61% 0.8% -
XYZ 17.56 11.93 59.13 -
YUV 95.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 85 79 205 0.59 0.61 0 0.20 242.86 0.56 0.56
Hex 55 4F CD 3B 3D 0 14 F3 38 38
Octal 125 117 315 73 75 0 24 363 70 70
Binary 1010101 1001111 11001101 111011 111101 0 10100 11110011 111000 111000

Color Harmonies of #554FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FCD

Black with #554FCD

Text Example


Text Example

White with #554FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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