#355058

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

Shades of Casal #355058

Tints of Casal #355058

Color information

#355058 (or 0x355058) is unknown color: approx Casal. HEX triplet: 35, 50 and 58. RGB value is (53,80,88). Sum of RGB (Red+Green+Blue) = 53+80+88=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #355058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355058 is #CAAFA7. Grayscale: #484848. Windows color (decimal): -13283240 or 5787701. OLE color: 5787701.

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

Color convert

RGB538088-
CMYK0.400.0900.65
HSL193.71º24.82%27.65%-
HSV(B)193.71º39.77%34.51%-
XYZ6.17.210.3-
YUV72.84136.55113.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=23.98%
G=36.20%
B=39.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5380880.400.0900.65193.7124.8227.65
Hex355058289041c2191c
Octal65120130501101013023134
Binary11010110100001011000101000100101000001110000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355058; }

 p { color: rgb(53,80,88); }

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

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

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

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

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

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

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