Html Css Color HEX #355961 Casal

📋 copy color: '#355961'

red 53 ◦ green 89 ◦ blue 97

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

Shades of Casal #355961

Tints of Casal #355961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

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

R = 22.18%
G = 37.24%
B = 40.59%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355961 (or 0x355961) is known color: Casal. HEX triplet: 35, 59 and 61. RGB value is (53,89,97). Sum of RGB (Red+Green+Blue) = 53+89+97=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #355961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355961 is #CAA69E. Grayscale: #4F4F4F. Windows color (decimal): -13280927 or 6379829. OLE color: 6379829.

HSL color Cylindrical-coordinate representation of color #355961: hue angle of 190.91º 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 #355961 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 89 97 -
CMYK 0.45 0.08 0 0.62
HSL 190.91º 0.29% 0.29% -
HSV(B) 190.91º 0.45% 0.38% -
XYZ 7.2 8.76 12.62 -
YUV 79.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 53 89 97 0.45 0.08 0 0.62 190.91 0.29 0.29
Hex 35 59 61 2D 8 0 3E BF 1D 1D
Octal 65 131 141 55 10 0 76 277 35 35
Binary 110101 1011001 1100001 101101 1000 0 111110 10111111 11101 11101

Color Harmonies of #355961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355961

Black with #355961

Text Example


Text Example

White with #355961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355961; }

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

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

background-color css

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

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

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

border-color css

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

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

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