Html Css Color HEX #565288 Victoria

📋 copy color: '#565288'

red 86 ◦ green 82 ◦ blue 136

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

Shades of Victoria #565288

Tints of Victoria #565288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 28.29%
G = 26.97%
B = 44.74%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#565288 (or 0x565288) is known color: Victoria. HEX triplet: 56, 52 and 88. RGB value is (86,82,136). Sum of RGB (Red+Green+Blue) = 86+82+136=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #565288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565288 is #A9AD77. Grayscale: #595959. Windows color (decimal): -11119992 or 8933974. OLE color: 8933974.

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

Color convert

RGB 86 82 136 -
CMYK 0.37 0.40 0 0.47
HSL 244.44º 0.25% 0.43% -
HSV(B) 244.44º 0.4% 0.53% -
XYZ 11.3 9.79 24.59 -
YUV 89.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 86 82 136 0.37 0.40 0 0.47 244.44 0.25 0.43
Hex 56 52 88 25 28 0 2F F4 19 2B
Octal 126 122 210 45 50 0 57 364 31 53
Binary 1010110 1010010 10001000 100101 101000 0 101111 11110100 11001 101011

Color Harmonies of #565288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565288

Black with #565288

Text Example


Text Example

White with #565288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565288; }

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

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

background-color css

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

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

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

border-color css

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

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

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