Html Css Color HEX #5F5384 Victoria

📋 copy color: '#5F5384'

red 95 ◦ green 83 ◦ blue 132

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

Shades of Victoria #5F5384

Tints of Victoria #5F5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 132 (51.95% from 255) = 42.58%

R = 30.65%
G = 26.77%
B = 42.58%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F5384 (or 0x5F5384) is known color: Victoria. HEX triplet: 5F, 53 and 84. RGB value is (95,83,132). Sum of RGB (Red+Green+Blue) = 95+83+132=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F5384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5384 is #A0AC7B. Grayscale: #5B5B5B. Windows color (decimal): -10529916 or 8672095. OLE color: 8672095.

HSL color Cylindrical-coordinate representation of color #5F5384: hue angle of 254.69º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F5384 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 83 132 -
CMYK 0.28 0.37 0 0.48
HSL 254.69º 0.23% 0.42% -
HSV(B) 254.69º 0.37% 0.52% -
XYZ 11.98 10.29 23.18 -
YUV 92.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 95 83 132 0.28 0.37 0 0.48 254.69 0.23 0.42
Hex 5F 53 84 1C 25 0 30 FF 17 2A
Octal 137 123 204 34 45 0 60 377 27 52
Binary 1011111 1010011 10000100 11100 100101 0 110000 11111111 10111 101010

Color Harmonies of #5F5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5384

Black with #5F5384

Text Example


Text Example

White with #5F5384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,83,132); }

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

background-color css

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

 a { background-color: rgb(95,83,132); }

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

border-color css

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

 span { border-color: rgb(95,83,132); }

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