Html Css Color HEX #355359 Casal

📋 copy color: '#355359'

red 53 ◦ green 83 ◦ blue 89

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

Shades of Casal #355359

Tints of Casal #355359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.89%

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 23.56%
G = 36.89%
B = 39.56%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#355359 (or 0x355359) is known color: Casal. HEX triplet: 35, 53 and 59. RGB value is (53,83,89). Sum of RGB (Red+Green+Blue) = 53+83+89=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #355359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355359 is #CAACA6. Grayscale: #4A4A4A. Windows color (decimal): -13282471 or 5854005. OLE color: 5854005.

HSL color Cylindrical-coordinate representation of color #355359: hue angle of 190º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355359 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 83 89 -
CMYK 0.40 0.07 0 0.65
HSL 190º 0.25% 0.28% -
HSV(B) 190º 0.4% 0.35% -
XYZ 6.36 7.66 10.6 -
YUV 74.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 53 83 89 0.40 0.07 0 0.65 190 0.25 0.28
Hex 35 53 59 28 7 0 41 BE 19 1C
Octal 65 123 131 50 7 0 101 276 31 34
Binary 110101 1010011 1011001 101000 111 0 1000001 10111110 11001 11100

Color Harmonies of #355359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355359

Black with #355359

Text Example


Text Example

White with #355359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355359; }

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

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

background-color css

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

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

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

border-color css

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

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

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