Html Css Color HEX #554FD2 Slate Blue

📋 copy color: '#554FD2'

red 85 ◦ green 79 ◦ blue 210

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

Shades of Slate Blue #554FD2

Tints of Slate Blue #554FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.15%

R = 22.73%
G = 21.12%
B = 56.15%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#554FD2 (or 0x554FD2) is known color: Slate Blue. HEX triplet: 55, 4F and D2. RGB value is (85,79,210). Sum of RGB (Red+Green+Blue) = 85+79+210=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 210 (82.42% from 255 or 56.15% from 374); Max value from RGB is 210 - color contains mainly: blue. Hex color #554FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FD2 is #AAB02D. Grayscale: #5F5F5F. Windows color (decimal): -11186222 or 13782869. OLE color: 13782869.

HSL color Cylindrical-coordinate representation of color #554FD2: hue angle of 242.75º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554FD2 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 79 210 -
CMYK 0.60 0.62 0 0.18
HSL 242.75º 0.59% 0.57% -
HSV(B) 242.75º 0.62% 0.82% -
XYZ 18.18 12.18 62.37 -
YUV 95.73 192.49 120.35 -
System Red Green Blue C M Y K H S L
Decimal 85 79 210 0.60 0.62 0 0.18 242.75 0.59 0.57
Hex 55 4F D2 3C 3E 0 12 F3 3B 39
Octal 125 117 322 74 76 0 22 363 73 71
Binary 1010101 1001111 11010010 111100 111110 0 10010 11110011 111011 111001

Color Harmonies of #554FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FD2

Black with #554FD2

Text Example


Text Example

White with #554FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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