#35505A

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

Shades of Casal #35505A

Tints of Casal #35505A

Color information

#35505A (or 0x35505A) is unknown color: approx Casal. HEX triplet: 35, 50 and 5A. RGB value is (53,80,90). Sum of RGB (Red+Green+Blue) = 53+80+90=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #35505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35505A is #CAAFA5. Grayscale: #494949. Windows color (decimal): -13283238 or 5918773. OLE color: 5918773.

HSL color Cylindrical-coordinate representation of color #35505A: hue angle of 196.22º 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 #35505A is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB538090-
CMYK0.410.1100.65
HSL196.22º25.87%28.04%-
HSV(B)196.22º41.11%35.29%-
XYZ6.187.2310.74-
YUV73.07137.55113.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=23.77%
G=35.87%
B=40.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5380900.410.1100.65196.2225.8728.04
Hex35505A29B041c41a1c
Octal65120132511301013043234
Binary11010110100001011010101001101101000001110001001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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