Html Css Color HEX #355561 Casal

📋 copy color: '#355561'

red 53 ◦ green 85 ◦ blue 97

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

Shades of Casal #355561

Tints of Casal #355561

RGB

 RED value IS 53 (21.09% from 255) = 22.55%

 GREEN value IS 85 (33.59% from 255) = 36.17%

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 22.55%
G = 36.17%
B = 41.28%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355561 (or 0x355561) is known color: Casal. HEX triplet: 35, 55 and 61. RGB value is (53,85,97). Sum of RGB (Red+Green+Blue) = 53+85+97=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #355561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355561 is #CAAA9E. Grayscale: #4C4C4C. Windows color (decimal): -13281951 or 6378805. OLE color: 6378805.

HSL color Cylindrical-coordinate representation of color #355561: hue angle of 196.36º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #355561 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 85 97 -
CMYK 0.45 0.12 0 0.62
HSL 196.36º 0.29% 0.29% -
HSV(B) 196.36º 0.45% 0.38% -
XYZ 6.87 8.12 12.51 -
YUV 76.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 53 85 97 0.45 0.12 0 0.62 196.36 0.29 0.29
Hex 35 55 61 2D C 0 3E C4 1D 1D
Octal 65 125 141 55 14 0 76 304 35 35
Binary 110101 1010101 1100001 101101 1100 0 111110 11000100 11101 11101

Color Harmonies of #355561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355561

Black with #355561

Text Example


Text Example

White with #355561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355561; }

 p { color: rgb(53,85,97); }

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

background-color css

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

 a { background-color: rgb(53,85,97); }

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

border-color css

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

 span { border-color: rgb(53,85,97); }

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