#33505B

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

Shades of Casal #33505B

Tints of Casal #33505B

Color information

#33505B (or 0x33505B) is unknown color: approx Casal. HEX triplet: 33, 50 and 5B. RGB value is (51,80,91). Sum of RGB (Red+Green+Blue) = 51+80+91=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #33505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33505B is #CCAFA4. Grayscale: #484848. Windows color (decimal): -13414309 or 5984307. OLE color: 5984307.

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

Color convert

RGB518091-
CMYK0.440.1200.64
HSL196.5º28.17%27.84%-
HSV(B)196.5º43.96%35.69%-
XYZ6.127.210.96-
YUV72.58138.39112.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=22.97%
G=36.04%
B=40.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5180910.440.1200.64196.528.1727.84
Hex33505B2CC040c41c1c
Octal63120133541401003043434
Binary11001110100001011011101100110001000000110001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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