#33535D

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

Shades of Casal #33535D

Tints of Casal #33535D

Color information

#33535D (or 0x33535D) is unknown color: approx Casal. HEX triplet: 33, 53 and 5D. RGB value is (51,83,93). Sum of RGB (Red+Green+Blue) = 51+83+93=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #33535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33535D is #CCACA2. Grayscale: #4A4A4A. Windows color (decimal): -13413539 or 6116147. OLE color: 6116147.

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

Color convert

RGB518393-
CMYK0.450.1100.64
HSL194.29º29.17%28.24%-
HSV(B)194.29º45.16%36.47%-
XYZ6.437.6811.5-
YUV74.57138.4111.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=22.47%
G=36.56%
B=40.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5183930.450.1100.64194.2929.1728.24
Hex33535D2DB040c21d1c
Octal63123135551301003023534
Binary11001110100111011101101101101101000000110000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,83,93); }

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

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

 a { background-color: rgb(51,83,93); }

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

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

 span { border-color: rgb(51,83,93); }

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