#35585D

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

Shades of Casal #35585D

Tints of Casal #35585D

Color information

#35585D (or 0x35585D) is unknown color: approx Casal. HEX triplet: 35, 58 and 5D. RGB value is (53,88,93). Sum of RGB (Red+Green+Blue) = 53+88+93=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #35585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35585D is #CAA7A2. Grayscale: #4E4E4E. Windows color (decimal): -13281187 or 6117429. OLE color: 6117429.

HSL color Cylindrical-coordinate representation of color #35585D: hue angle of 187.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35585D is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB538893-
CMYK0.430.0500.64
HSL187.5º27.4%28.63%-
HSV(B)187.5º43.01%36.47%-
XYZ6.938.5311.64-
YUV78.1136.4110.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=22.65%
G=37.61%
B=39.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5388930.430.0500.64187.527.428.63
Hex35585D2B5040bc1b1d
Octal6513013553501002743335
Binary1101011011000101110110101110101000000101111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35585D; }

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

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

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

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

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

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

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

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