#33515C

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

Shades of Casal #33515C

Tints of Casal #33515C

Color information

#33515C (or 0x33515C) is unknown color: approx Casal. HEX triplet: 33, 51 and 5C. RGB value is (51,81,92). Sum of RGB (Red+Green+Blue) = 51+81+92=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #33515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33515C is #CCAEA3. Grayscale: #494949. Windows color (decimal): -13414052 or 6050099. OLE color: 6050099.

HSL color Cylindrical-coordinate representation of color #33515C: hue angle of 196.1º 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 #33515C is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB518192-
CMYK0.450.1200.64
HSL196.1º28.67%28.04%-
HSV(B)196.1º44.57%36.08%-
XYZ6.247.3611.22-
YUV73.28138.56112.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=22.77%
G=36.16%
B=41.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5181920.450.1200.64196.128.6728.04
Hex33515C2DC040c41d1c
Octal63121134551401003043534
Binary11001110100011011100101101110001000000110001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33515C; }

 p { color: rgb(51,81,92); }

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

<style>
 a { background-color: #33515C; }

 a { background-color: rgb(51,81,92); }

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

<style>
 span { border-color: #33515C; }

 span { border-color: rgb(51,81,92); }

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