Html Css Color HEX #33515A Casal

📋 copy color: '#33515A'

red 51 ◦ green 81 ◦ blue 90

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

Shades of Casal #33515A

Tints of Casal #33515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.49%

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

R = 22.97%
G = 36.49%
B = 40.54%

CMYK

 C value IS 0.43

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#33515A (or 0x33515A) is known color: Casal. HEX triplet: 33, 51 and 5A. RGB value is (51,81,90). Sum of RGB (Red+Green+Blue) = 51+81+90=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #33515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33515A is #CCAEA5. Grayscale: #484848. Windows color (decimal): -13414054 or 5919027. OLE color: 5919027.

HSL color Cylindrical-coordinate representation of color #33515A: hue angle of 193.85º 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 #33515A is Cyan = 0.43, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 81 90 -
CMYK 0.43 0.1 0 0.65
HSL 193.85º 0.28% 0.28% -
HSV(B) 193.85º 0.43% 0.35% -
XYZ 6.15 7.33 10.76 -
YUV 73.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 51 81 90 0.43 0.1 0 0.65 193.85 0.28 0.28
Hex 33 51 5A 2B A 0 41 C2 1C 1C
Octal 63 121 132 53 12 0 101 302 34 34
Binary 110011 1010001 1011010 101011 1010 0 1000001 11000010 11100 11100

Color Harmonies of #33515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33515A

Black with #33515A

Text Example


Text Example

White with #33515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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