Html Css Color HEX #355763 Casal

📋 copy color: '#355763'

red 53 ◦ green 87 ◦ blue 99

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

Shades of Casal #355763

Tints of Casal #355763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 22.18%
G = 36.4%
B = 41.42%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#355763 (or 0x355763) is known color: Casal. HEX triplet: 35, 57 and 63. RGB value is (53,87,99). Sum of RGB (Red+Green+Blue) = 53+87+99=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #355763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355763 is #CAA89C. Grayscale: #4E4E4E. Windows color (decimal): -13281437 or 6510389. OLE color: 6510389.

HSL color Cylindrical-coordinate representation of color #355763: hue angle of 195.65º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355763 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 87 99 -
CMYK 0.46 0.12 0 0.61
HSL 195.65º 0.3% 0.3% -
HSV(B) 195.65º 0.46% 0.39% -
XYZ 7.13 8.47 13.06 -
YUV 78.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 53 87 99 0.46 0.12 0 0.61 195.65 0.3 0.3
Hex 35 57 63 2E C 0 3D C4 1E 1E
Octal 65 127 143 56 14 0 75 304 36 36
Binary 110101 1010111 1100011 101110 1100 0 111101 11000100 11110 11110

Color Harmonies of #355763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355763

Black with #355763

Text Example


Text Example

White with #355763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355763; }

 p { color: rgb(53,87,99); }

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

background-color css

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

 a { background-color: rgb(53,87,99); }

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

border-color css

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

 span { border-color: rgb(53,87,99); }

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