Html Css Color HEX #565389 Victoria

📋 copy color: '#565389'

red 86 ◦ green 83 ◦ blue 137

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

Shades of Victoria #565389

Tints of Victoria #565389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 28.1%
G = 27.12%
B = 44.77%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#565389 (or 0x565389) is known color: Victoria. HEX triplet: 56, 53 and 89. RGB value is (86,83,137). Sum of RGB (Red+Green+Blue) = 86+83+137=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #565389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565389 is #A9AC76. Grayscale: #595959. Windows color (decimal): -11119735 or 8999766. OLE color: 8999766.

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

Color convert

RGB 86 83 137 -
CMYK 0.37 0.39 0 0.46
HSL 243.33º 0.25% 0.43% -
HSV(B) 243.33º 0.39% 0.54% -
XYZ 11.45 9.97 24.99 -
YUV 90.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 86 83 137 0.37 0.39 0 0.46 243.33 0.25 0.43
Hex 56 53 89 25 27 0 2E F3 19 2B
Octal 126 123 211 45 47 0 56 363 31 53
Binary 1010110 1010011 10001001 100101 100111 0 101110 11110011 11001 101011

Color Harmonies of #565389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565389

Black with #565389

Text Example


Text Example

White with #565389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565389; }

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

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

background-color css

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

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

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

border-color css

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

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

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