Html Css Color HEX #355560 Casal

📋 copy color: '#355560'

red 53 ◦ green 85 ◦ blue 96

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

Shades of Casal #355560

Tints of Casal #355560

RGB

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

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

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

R = 22.65%
G = 36.32%
B = 41.03%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355560 (or 0x355560) is known color: Casal. HEX triplet: 35, 55 and 60. RGB value is (53,85,96). Sum of RGB (Red+Green+Blue) = 53+85+96=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #355560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355560 is #CAAA9F. Grayscale: #4C4C4C. Windows color (decimal): -13281952 or 6313269. OLE color: 6313269.

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

Color convert

RGB 53 85 96 -
CMYK 0.45 0.11 0 0.62
HSL 195.35º 0.29% 0.29% -
HSV(B) 195.35º 0.45% 0.38% -
XYZ 6.83 8.1 12.27 -
YUV 76.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 53 85 96 0.45 0.11 0 0.62 195.35 0.29 0.29
Hex 35 55 60 2D B 0 3E C3 1D 1D
Octal 65 125 140 55 13 0 76 303 35 35
Binary 110101 1010101 1100000 101101 1011 0 111110 11000011 11101 11101

Color Harmonies of #355560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355560

Black with #355560

Text Example


Text Example

White with #355560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355560; }

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

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

background-color css

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

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

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

border-color css

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

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

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