#33535B

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

Shades of Casal #33535B

Tints of Casal #33535B

Color information

#33535B (or 0x33535B) is unknown color: approx Casal. HEX triplet: 33, 53 and 5B. RGB value is (51,83,91). Sum of RGB (Red+Green+Blue) = 51+83+91=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #33535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33535B is #CCACA4. Grayscale: #4A4A4A. Windows color (decimal): -13413541 or 5985075. OLE color: 5985075.

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

Color convert

RGB518391-
CMYK0.440.0900.64
HSL192º28.17%27.84%-
HSV(B)192º43.96%35.69%-
XYZ6.357.6511.04-
YUV74.34137.4111.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=22.67%
G=36.89%
B=40.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5183910.440.0900.6419228.1727.84
Hex33535B2C9040c01c1c
Octal63123133541101003003434
Binary11001110100111011011101100100101000000110000001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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