Html Css Color HEX #5440CF Slate Blue

📋 copy color: '#5440CF'

red 84 ◦ green 64 ◦ blue 207

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

Shades of Slate Blue #5440CF

Tints of Slate Blue #5440CF

RGB

 RED value IS 84 (33.2% from 255) = 23.66%

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 23.66%
G = 18.03%
B = 58.31%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5440CF (or 0x5440CF) is known color: Slate Blue. HEX triplet: 54, 40 and CF. RGB value is (84,64,207). Sum of RGB (Red+Green+Blue) = 84+64+207=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #5440CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5440CF is #ABBF30. Grayscale: #555555. Windows color (decimal): -11255601 or 13582420. OLE color: 13582420.

HSL color Cylindrical-coordinate representation of color #5440CF: hue angle of 248.39º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5440CF is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 64 207 -
CMYK 0.59 0.69 0 0.19
HSL 248.39º 0.6% 0.53% -
HSV(B) 248.39º 0.69% 0.81% -
XYZ 16.75 10.06 60.09 -
YUV 86.28 196.13 126.37 -
System Red Green Blue C M Y K H S L
Decimal 84 64 207 0.59 0.69 0 0.19 248.39 0.6 0.53
Hex 54 40 CF 3B 45 0 13 F8 3C 35
Octal 124 100 317 73 105 0 23 370 74 65
Binary 1010100 1000000 11001111 111011 1000101 0 10011 11111000 111100 110101

Color Harmonies of #5440CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5440CF

Black with #5440CF

Text Example


Text Example

White with #5440CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5440CF; }

 p { color: rgb(84,64,207); }

 H1.HeaderClassName
 {
   color: #5440CF;
 }
 .AnyTagClassName
 {
   color: #5440CF;
 }
</style>

background-color css

<style>
 a { background-color: #5440CF; }

 a { background-color: rgb(84,64,207); }

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

border-color css

<style>
 span { border-color: #5440CF; }

 span { border-color: rgb(84,64,207); }

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