Html Css Color HEX #565090 Victoria

📋 copy color: '#565090'

red 86 ◦ green 80 ◦ blue 144

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

Shades of Victoria #565090

Tints of Victoria #565090

RGB

 RED value IS 86 (33.98% from 255) = 27.74%

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

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 27.74%
G = 25.81%
B = 46.45%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#565090 (or 0x565090) is known color: Victoria. HEX triplet: 56, 50 and 90. RGB value is (86,80,144). Sum of RGB (Red+Green+Blue) = 86+80+144=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #565090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565090 is #A9AF6F. Grayscale: #585858. Windows color (decimal): -11120496 or 9457750. OLE color: 9457750.

HSL color Cylindrical-coordinate representation of color #565090: hue angle of 245.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #565090 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 80 144 -
CMYK 0.40 0.44 0 0.44
HSL 245.63º 0.29% 0.44% -
HSV(B) 245.63º 0.44% 0.56% -
XYZ 11.74 9.73 27.64 -
YUV 89.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 86 80 144 0.40 0.44 0 0.44 245.63 0.29 0.44
Hex 56 50 90 28 2C 0 2C F6 1D 2C
Octal 126 120 220 50 54 0 54 366 35 54
Binary 1010110 1010000 10010000 101000 101100 0 101100 11110110 11101 101100

Color Harmonies of #565090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565090

Black with #565090

Text Example


Text Example

White with #565090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565090; }

 p { color: rgb(86,80,144); }

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

background-color css

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

 a { background-color: rgb(86,80,144); }

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

border-color css

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

 span { border-color: rgb(86,80,144); }

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