Html Css Color HEX #535187 Victoria

📋 copy color: '#535187'

red 83 ◦ green 81 ◦ blue 135

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

Shades of Victoria #535187

Tints of Victoria #535187

RGB

 RED value IS 83 (32.81% from 255) = 27.76%

 GREEN value IS 81 (32.03% from 255) = 27.09%

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 27.76%
G = 27.09%
B = 45.15%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#535187 (or 0x535187) is known color: Victoria. HEX triplet: 53, 51 and 87. RGB value is (83,81,135). Sum of RGB (Red+Green+Blue) = 83+81+135=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #535187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535187 is #ACAE78. Grayscale: #575757. Windows color (decimal): -11316857 or 8868179. OLE color: 8868179.

HSL color Cylindrical-coordinate representation of color #535187: hue angle of 242.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #535187 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 81 135 -
CMYK 0.39 0.40 0 0.47
HSL 242.22º 0.25% 0.42% -
HSV(B) 242.22º 0.4% 0.53% -
XYZ 10.88 9.47 24.18 -
YUV 87.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 83 81 135 0.39 0.40 0 0.47 242.22 0.25 0.42
Hex 53 51 87 27 28 0 2F F2 19 2A
Octal 123 121 207 47 50 0 57 362 31 52
Binary 1010011 1010001 10000111 100111 101000 0 101111 11110010 11001 101010

Color Harmonies of #535187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535187

Black with #535187

Text Example


Text Example

White with #535187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535187; }

 p { color: rgb(83,81,135); }

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

background-color css

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

 a { background-color: rgb(83,81,135); }

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

border-color css

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

 span { border-color: rgb(83,81,135); }

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