Html Css Color HEX #33525B Casal

📋 copy color: '#33525B'

red 51 ◦ green 82 ◦ blue 91

#33525B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #33525B

Tints of Casal #33525B

RGB

 RED value IS 51 (20.31% from 255) = 22.77%

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 91 (35.94% from 255) = 40.63%

R = 22.77%
G = 36.61%
B = 40.63%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33525B (or 0x33525B) is known color: Casal. HEX triplet: 33, 52 and 5B. RGB value is (51,82,91). Sum of RGB (Red+Green+Blue) = 51+82+91=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #33525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33525B is #CCADA4. Grayscale: #494949. Windows color (decimal): -13413797 or 5984819. OLE color: 5984819.

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

Color convert

RGB 51 82 91 -
CMYK 0.44 0.10 0 0.64
HSL 193.5º 0.28% 0.28% -
HSV(B) 193.5º 0.44% 0.36% -
XYZ 6.27 7.49 11.01 -
YUV 73.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 51 82 91 0.44 0.10 0 0.64 193.5 0.28 0.28
Hex 33 52 5B 2C A 0 40 C2 1C 1C
Octal 63 122 133 54 12 0 100 302 34 34
Binary 110011 1010010 1011011 101100 1010 0 1000000 11000010 11100 11100

Color Harmonies of #33525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33525B

Black with #33525B

Text Example


Text Example

White with #33525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33525B;
 }
 .AnyTagClassName
 {
   color: #33525B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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