#353559

Color #353559 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #353559

Tints of Deep Koamaru #353559

Color information

#353559 (or 0x353559) is unknown color: approx Deep Koamaru. HEX triplet: 35, 35 and 59. RGB value is (53,53,89). Sum of RGB (Red+Green+Blue) = 53+53+89=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #353559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353559 is #CACAA6. Grayscale: #383838. Windows color (decimal): -13290151 or 5846325. OLE color: 5846325.

HSL color Cylindrical-coordinate representation of color #353559: hue angle of 240º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353559 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB535389-
CMYK0.400.4000.65
HSL240º25.35%27.84%-
HSV(B)240º40.45%34.9%-
XYZ4.544.029.99-
YUV57.1146125.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=27.18%
G=27.18%
B=45.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5353890.400.4000.6524025.3527.84
Hex3535592828041f0191c
Octal6565131505001013603134
Binary110101110101101100110100010100001000001111100001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353559; }

 p { color: rgb(53,53,89); }

 H1.HeaderClassName
 {
   color: #353559;
 }
 .AnyTagClassName
 {
   color: #353559;
 }
</style>
background-color css

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

 a { background-color: rgb(53,53,89); }

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

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

 span { border-color: rgb(53,53,89); }

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