#355459

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

Shades of Casal #355459

Tints of Casal #355459

Color information

#355459 (or 0x355459) is unknown color: approx Casal. HEX triplet: 35, 54 and 59. RGB value is (53,84,89). Sum of RGB (Red+Green+Blue) = 53+84+89=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #355459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355459 is #CAABA6. Grayscale: #4B4B4B. Windows color (decimal): -13282215 or 5854261. OLE color: 5854261.

HSL color Cylindrical-coordinate representation of color #355459: hue angle of 188.33º 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 #355459 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB538489-
CMYK0.400.0600.65
HSL188.33º25.35%27.84%-
HSV(B)188.33º40.45%34.9%-
XYZ6.447.8210.62-
YUV75.3135.73112.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=23.45%
G=37.17%
B=39.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5384890.400.0600.65188.3325.3527.84
Hex355459286041bc191c
Octal6512413150601012743134
Binary1101011010100101100110100011001000001101111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355459; }

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

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

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

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

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

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

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

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