Html Css Color HEX #5F50CC Slate Blue

📋 copy color: '#5F50CC'

red 95 ◦ green 80 ◦ blue 204

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

Shades of Slate Blue #5F50CC

Tints of Slate Blue #5F50CC

RGB

 RED value IS 95 (37.5% from 255) = 25.07%

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

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 25.07%
G = 21.11%
B = 53.83%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F50CC (or 0x5F50CC) is known color: Slate Blue. HEX triplet: 5F, 50 and CC. RGB value is (95,80,204). Sum of RGB (Red+Green+Blue) = 95+80+204=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F50CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F50CC is #A0AF33. Grayscale: #626262. Windows color (decimal): -10530612 or 13389919. OLE color: 13389919.

HSL color Cylindrical-coordinate representation of color #5F50CC: hue angle of 247.26º degrees, saturation: 0.55, 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 #5F50CC is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 80 204 -
CMYK 0.53 0.61 0 0.2
HSL 247.26º 0.55% 0.56% -
HSV(B) 247.26º 0.61% 0.8% -
XYZ 18.49 12.53 58.57 -
YUV 98.62 187.47 125.42 -
System Red Green Blue C M Y K H S L
Decimal 95 80 204 0.53 0.61 0 0.2 247.26 0.55 0.56
Hex 5F 50 CC 35 3D 0 14 F7 37 38
Octal 137 120 314 65 75 0 24 367 67 70
Binary 1011111 1010000 11001100 110101 111101 0 10100 11110111 110111 111000

Color Harmonies of #5F50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F50CC

Black with #5F50CC

Text Example


Text Example

White with #5F50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F50CC; }

 p { color: rgb(95,80,204); }

 H1.HeaderClassName
 {
   color: #5F50CC;
 }
 .AnyTagClassName
 {
   color: #5F50CC;
 }
</style>

background-color css

<style>
 a { background-color: #5F50CC; }

 a { background-color: rgb(95,80,204); }

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

border-color css

<style>
 span { border-color: #5F50CC; }

 span { border-color: rgb(95,80,204); }

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