Html Css Color HEX #565089 Victoria

📋 copy color: '#565089'

red 86 ◦ green 80 ◦ blue 137

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

Shades of Victoria #565089

Tints of Victoria #565089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 28.38%
G = 26.4%
B = 45.21%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#565089 (or 0x565089) is known color: Victoria. HEX triplet: 56, 50 and 89. RGB value is (86,80,137). Sum of RGB (Red+Green+Blue) = 86+80+137=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #565089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565089 is #A9AF76. Grayscale: #585858. Windows color (decimal): -11120503 or 8998998. OLE color: 8998998.

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

Color convert

RGB 86 80 137 -
CMYK 0.37 0.42 0 0.46
HSL 246.32º 0.26% 0.43% -
HSV(B) 246.32º 0.42% 0.54% -
XYZ 11.22 9.52 24.91 -
YUV 88.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 86 80 137 0.37 0.42 0 0.46 246.32 0.26 0.43
Hex 56 50 89 25 2A 0 2E F6 1A 2B
Octal 126 120 211 45 52 0 56 366 32 53
Binary 1010110 1010000 10001001 100101 101010 0 101110 11110110 11010 101011

Color Harmonies of #565089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565089

Black with #565089

Text Example


Text Example

White with #565089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565089; }

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

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

background-color css

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

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

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

border-color css

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

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

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