Html Css Color HEX #5F5382 Victoria

📋 copy color: '#5F5382'

red 95 ◦ green 83 ◦ blue 130

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

Shades of Victoria #5F5382

Tints of Victoria #5F5382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 30.84%
G = 26.95%
B = 42.21%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5F5382 (or 0x5F5382) is known color: Victoria. HEX triplet: 5F, 53 and 82. RGB value is (95,83,130). Sum of RGB (Red+Green+Blue) = 95+83+130=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F5382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5382 is #A0AC7D. Grayscale: #5B5B5B. Windows color (decimal): -10529918 or 8541023. OLE color: 8541023.

HSL color Cylindrical-coordinate representation of color #5F5382: hue angle of 255.32º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F5382 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 83 130 -
CMYK 0.27 0.36 0 0.49
HSL 255.32º 0.22% 0.42% -
HSV(B) 255.32º 0.36% 0.51% -
XYZ 11.84 10.23 22.47 -
YUV 91.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 95 83 130 0.27 0.36 0 0.49 255.32 0.22 0.42
Hex 5F 53 82 1B 24 0 31 FF 16 2A
Octal 137 123 202 33 44 0 61 377 26 52
Binary 1011111 1010011 10000010 11011 100100 0 110001 11111111 10110 101010

Color Harmonies of #5F5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5382

Black with #5F5382

Text Example


Text Example

White with #5F5382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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