Html Css Color HEX #554ACF Slate Blue

📋 copy color: '#554ACF'

red 85 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #554ACF

Tints of Slate Blue #554ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 23.22%
G = 20.22%
B = 56.56%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#554ACF (or 0x554ACF) is known color: Slate Blue. HEX triplet: 55, 4A and CF. RGB value is (85,74,207). Sum of RGB (Red+Green+Blue) = 85+74+207=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #554ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ACF is #AAB530. Grayscale: #5B5B5B. Windows color (decimal): -11187505 or 13584981. OLE color: 13584981.

HSL color Cylindrical-coordinate representation of color #554ACF: hue angle of 244.96º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554ACF is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 74 207 -
CMYK 0.59 0.64 0 0.19
HSL 244.96º 0.58% 0.55% -
HSV(B) 244.96º 0.64% 0.81% -
XYZ 17.46 11.33 60.3 -
YUV 92.45 192.64 122.69 -
System Red Green Blue C M Y K H S L
Decimal 85 74 207 0.59 0.64 0 0.19 244.96 0.58 0.55
Hex 55 4A CF 3B 40 0 13 F5 3A 37
Octal 125 112 317 73 100 0 23 365 72 67
Binary 1010101 1001010 11001111 111011 1000000 0 10011 11110101 111010 110111

Color Harmonies of #554ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554ACF

Black with #554ACF

Text Example


Text Example

White with #554ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,207); }

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

background-color css

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

 a { background-color: rgb(85,74,207); }

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

border-color css

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

 span { border-color: rgb(85,74,207); }

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