Html Css Color HEX #335056 Casal

📋 copy color: '#335056'

red 51 ◦ green 80 ◦ blue 86

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

Shades of Casal #335056

Tints of Casal #335056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

 BLUE value IS 86 (33.98% from 255) = 39.63%

R = 23.5%
G = 36.87%
B = 39.63%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#335056 (or 0x335056) is known color: Casal. HEX triplet: 33, 50 and 56. RGB value is (51,80,86). Sum of RGB (Red+Green+Blue) = 51+80+86=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 86 - color contains mainly: blue. Hex color #335056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335056 is #CCAFA9. Grayscale: #474747. Windows color (decimal): -13414314 or 5656627. OLE color: 5656627.

HSL color Cylindrical-coordinate representation of color #335056: hue angle of 190.29º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335056 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 80 86 -
CMYK 0.41 0.07 0 0.66
HSL 190.29º 0.26% 0.27% -
HSV(B) 190.29º 0.41% 0.34% -
XYZ 5.91 7.11 9.87 -
YUV 72.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 51 80 86 0.41 0.07 0 0.66 190.29 0.26 0.27
Hex 33 50 56 29 7 0 42 BE 1A 1B
Octal 63 120 126 51 7 0 102 276 32 33
Binary 110011 1010000 1010110 101001 111 0 1000010 10111110 11010 11011

Color Harmonies of #335056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335056

Black with #335056

Text Example


Text Example

White with #335056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335056; }

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

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

background-color css

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

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

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

border-color css

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

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

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