Html Css Color HEX #565088 Victoria

📋 copy color: '#565088'

red 86 ◦ green 80 ◦ blue 136

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

Shades of Victoria #565088

Tints of Victoria #565088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 28.48%
G = 26.49%
B = 45.03%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#565088 (or 0x565088) is known color: Victoria. HEX triplet: 56, 50 and 88. RGB value is (86,80,136). Sum of RGB (Red+Green+Blue) = 86+80+136=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #565088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565088 is #A9AF77. Grayscale: #575757. Windows color (decimal): -11120504 or 8933462. OLE color: 8933462.

HSL color Cylindrical-coordinate representation of color #565088: hue angle of 246.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #565088 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 80 136 -
CMYK 0.37 0.41 0 0.47
HSL 246.43º 0.26% 0.42% -
HSV(B) 246.43º 0.41% 0.53% -
XYZ 11.15 9.49 24.54 -
YUV 88.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 86 80 136 0.37 0.41 0 0.47 246.43 0.26 0.42
Hex 56 50 88 25 29 0 2F F6 1A 2A
Octal 126 120 210 45 51 0 57 366 32 52
Binary 1010110 1010000 10001000 100101 101001 0 101111 11110110 11010 101010

Color Harmonies of #565088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565088

Black with #565088

Text Example


Text Example

White with #565088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565088; }

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

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

background-color css

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

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

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

border-color css

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

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

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