#35525A

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

Shades of Casal #35525A

Tints of Casal #35525A

Color information

#35525A (or 0x35525A) is unknown color: approx Casal. HEX triplet: 35, 52 and 5A. RGB value is (53,82,90). Sum of RGB (Red+Green+Blue) = 53+82+90=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #35525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35525A is #CAADA5. Grayscale: #4A4A4A. Windows color (decimal): -13282726 or 5919285. OLE color: 5919285.

HSL color Cylindrical-coordinate representation of color #35525A: hue angle of 192.97º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35525A is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB538290-
CMYK0.410.0900.65
HSL192.97º25.87%28.04%-
HSV(B)192.97º41.11%35.29%-
XYZ6.337.5310.79-
YUV74.24136.89112.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 90 (35.55% from 255) = 40%
R=23.56%
G=36.44%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5382900.410.0900.65192.9725.8728.04
Hex35525A299041c11a1c
Octal65122132511101013013234
Binary11010110100101011010101001100101000001110000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35525A; }

 p { color: rgb(53,82,90); }

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

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

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

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

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

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

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