Html Css Color HEX #355A60 Casal

📋 copy color: '#355A60'

red 53 ◦ green 90 ◦ blue 96

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

Shades of Casal #355A60

Tints of Casal #355A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.66%

 BLUE value IS 96 (37.89% from 255) = 40.17%

R = 22.18%
G = 37.66%
B = 40.17%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355A60 (or 0x355A60) is known color: Casal. HEX triplet: 35, 5A and 60. RGB value is (53,90,96). Sum of RGB (Red+Green+Blue) = 53+90+96=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #355A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A60 is #CAA59F. Grayscale: #4F4F4F. Windows color (decimal): -13280672 or 6314549. OLE color: 6314549.

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

Color convert

RGB 53 90 96 -
CMYK 0.45 0.06 0 0.62
HSL 188.37º 0.29% 0.29% -
HSV(B) 188.37º 0.45% 0.38% -
XYZ 7.24 8.91 12.41 -
YUV 79.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 53 90 96 0.45 0.06 0 0.62 188.37 0.29 0.29
Hex 35 5A 60 2D 6 0 3E BC 1D 1D
Octal 65 132 140 55 6 0 76 274 35 35
Binary 110101 1011010 1100000 101101 110 0 111110 10111100 11101 11101

Color Harmonies of #355A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A60

Black with #355A60

Text Example


Text Example

White with #355A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355A60; }

 p { color: rgb(53,90,96); }

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

background-color css

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

 a { background-color: rgb(53,90,96); }

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

border-color css

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

 span { border-color: rgb(53,90,96); }

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