Html Css Color HEX #5A5787 Victoria

📋 copy color: '#5A5787'

red 90 ◦ green 87 ◦ blue 135

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

Shades of Victoria #5A5787

Tints of Victoria #5A5787

RGB

 RED value IS 90 (35.55% from 255) = 28.85%

 GREEN value IS 87 (34.38% from 255) = 27.88%

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

R = 28.85%
G = 27.88%
B = 43.27%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A5787 (or 0x5A5787) is known color: Victoria. HEX triplet: 5A, 57 and 87. RGB value is (90,87,135). Sum of RGB (Red+Green+Blue) = 90+87+135=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A5787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5787 is #A5A878. Grayscale: #5D5D5D. Windows color (decimal): -10856569 or 8869722. OLE color: 8869722.

HSL color Cylindrical-coordinate representation of color #5A5787: hue angle of 243.75º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A5787 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 87 135 -
CMYK 0.33 0.36 0 0.47
HSL 243.75º 0.22% 0.44% -
HSV(B) 243.75º 0.36% 0.53% -
XYZ 12 10.74 24.36 -
YUV 93.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 90 87 135 0.33 0.36 0 0.47 243.75 0.22 0.44
Hex 5A 57 87 21 24 0 2F F4 16 2C
Octal 132 127 207 41 44 0 57 364 26 54
Binary 1011010 1010111 10000111 100001 100100 0 101111 11110100 10110 101100

Color Harmonies of #5A5787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5787

Black with #5A5787

Text Example


Text Example

White with #5A5787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,87,135); }

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

background-color css

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

 a { background-color: rgb(90,87,135); }

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

border-color css

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

 span { border-color: rgb(90,87,135); }

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