Html Css Color HEX #5F507C Victoria

📋 copy color: '#5F507C'

red 95 ◦ green 80 ◦ blue 124

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

Shades of Victoria #5F507C

Tints of Victoria #5F507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 31.77%
G = 26.76%
B = 41.47%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F507C (or 0x5F507C) is known color: Victoria. HEX triplet: 5F, 50 and 7C. RGB value is (95,80,124). Sum of RGB (Red+Green+Blue) = 95+80+124=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F507C is #A0AF83. Grayscale: #595959. Windows color (decimal): -10530692 or 8147039. OLE color: 8147039.

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

Color convert

RGB 95 80 124 -
CMYK 0.23 0.35 0 0.51
HSL 260.45º 0.22% 0.4% -
HSV(B) 260.45º 0.35% 0.49% -
XYZ 11.23 9.63 20.34 -
YUV 89.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 95 80 124 0.23 0.35 0 0.51 260.45 0.22 0.4
Hex 5F 50 7C 17 23 0 33 104 16 28
Octal 137 120 174 27 43 0 63 404 26 50
Binary 1011111 1010000 1111100 10111 100011 0 110011 100000100 10110 101000

Color Harmonies of #5F507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F507C

Black with #5F507C

Text Example


Text Example

White with #5F507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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