Html Css Color HEX #33525A Casal

📋 copy color: '#33525A'

red 51 ◦ green 82 ◦ blue 90

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

Shades of Casal #33525A

Tints of Casal #33525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.36%

R = 22.87%
G = 36.77%
B = 40.36%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#33525A (or 0x33525A) is known color: Casal. HEX triplet: 33, 52 and 5A. RGB value is (51,82,90). Sum of RGB (Red+Green+Blue) = 51+82+90=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #33525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33525A is #CCADA5. Grayscale: #494949. Windows color (decimal): -13413798 or 5919283. OLE color: 5919283.

HSL color Cylindrical-coordinate representation of color #33525A: hue angle of 192.31º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33525A is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 82 90 -
CMYK 0.43 0.09 0 0.65
HSL 192.31º 0.28% 0.28% -
HSV(B) 192.31º 0.43% 0.35% -
XYZ 6.23 7.48 10.79 -
YUV 73.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 51 82 90 0.43 0.09 0 0.65 192.31 0.28 0.28
Hex 33 52 5A 2B 9 0 41 C0 1C 1C
Octal 63 122 132 53 11 0 101 300 34 34
Binary 110011 1010010 1011010 101011 1001 0 1000001 11000000 11100 11100

Color Harmonies of #33525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33525A

Black with #33525A

Text Example


Text Example

White with #33525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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