#355157

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

Shades of Casal #355157

Tints of Casal #355157

Color information

#355157 (or 0x355157) is unknown color: approx Casal. HEX triplet: 35, 51 and 57. RGB value is (53,81,87). Sum of RGB (Red+Green+Blue) = 53+81+87=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #355157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355157 is #CAAEA8. Grayscale: #494949. Windows color (decimal): -13282985 or 5722421. OLE color: 5722421.

HSL color Cylindrical-coordinate representation of color #355157: hue angle of 190.59º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355157 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB538187-
CMYK0.390.0700.66
HSL190.59º24.29%27.45%-
HSV(B)190.59º39.08%34.12%-
XYZ6.137.3310.11-
YUV73.31135.72113.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=23.98%
G=36.65%
B=39.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5381870.390.0700.66190.5924.2927.45
Hex355157277042bf181b
Octal6512112747701022773033
Binary1101011010001101011110011111101000010101111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355157; }

 p { color: rgb(53,81,87); }

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

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

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

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

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

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

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