Html Css Color HEX #565388 Victoria

📋 copy color: '#565388'

red 86 ◦ green 83 ◦ blue 136

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

Shades of Victoria #565388

Tints of Victoria #565388

RGB

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

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

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

R = 28.2%
G = 27.21%
B = 44.59%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#565388 (or 0x565388) is known color: Victoria. HEX triplet: 56, 53 and 88. RGB value is (86,83,136). Sum of RGB (Red+Green+Blue) = 86+83+136=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #565388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565388 is #A9AC77. Grayscale: #595959. Windows color (decimal): -11119736 or 8934230. OLE color: 8934230.

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

Color convert

RGB 86 83 136 -
CMYK 0.37 0.39 0 0.47
HSL 243.4º 0.24% 0.43% -
HSV(B) 243.4º 0.39% 0.53% -
XYZ 11.37 9.94 24.61 -
YUV 89.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 86 83 136 0.37 0.39 0 0.47 243.4 0.24 0.43
Hex 56 53 88 25 27 0 2F F3 18 2B
Octal 126 123 210 45 47 0 57 363 30 53
Binary 1010110 1010011 10001000 100101 100111 0 101111 11110011 11000 101011

Color Harmonies of #565388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565388

Black with #565388

Text Example


Text Example

White with #565388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565388; }

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

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

background-color css

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

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

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

border-color css

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

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

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