Html Css Color HEX #5450CF Slate Blue

📋 copy color: '#5450CF'

red 84 ◦ green 80 ◦ blue 207

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

Shades of Slate Blue #5450CF

Tints of Slate Blue #5450CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 22.64%
G = 21.56%
B = 55.8%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5450CF (or 0x5450CF) is known color: Slate Blue. HEX triplet: 54, 50 and CF. RGB value is (84,80,207). Sum of RGB (Red+Green+Blue) = 84+80+207=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #5450CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450CF is #ABAF30. Grayscale: #5F5F5F. Windows color (decimal): -11251505 or 13586516. OLE color: 13586516.

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

Color convert

RGB 84 80 207 -
CMYK 0.59 0.61 0 0.19
HSL 241.89º 0.57% 0.56% -
HSV(B) 241.89º 0.61% 0.81% -
XYZ 17.79 12.13 60.43 -
YUV 95.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 84 80 207 0.59 0.61 0 0.19 241.89 0.57 0.56
Hex 54 50 CF 3B 3D 0 13 F2 39 38
Octal 124 120 317 73 75 0 23 362 71 70
Binary 1010100 1010000 11001111 111011 111101 0 10011 11110010 111001 111000

Color Harmonies of #5450CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5450CF

Black with #5450CF

Text Example


Text Example

White with #5450CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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