Html Css Color HEX #355C63 Casal

📋 copy color: '#355C63'

red 53 ◦ green 92 ◦ blue 99

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

Shades of Casal #355C63

Tints of Casal #355C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

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

R = 21.72%
G = 37.7%
B = 40.57%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#355C63 (or 0x355C63) is known color: Casal. HEX triplet: 35, 5C and 63. RGB value is (53,92,99). Sum of RGB (Red+Green+Blue) = 53+92+99=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #355C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C63 is #CAA39C. Grayscale: #515151. Windows color (decimal): -13280157 or 6511669. OLE color: 6511669.

HSL color Cylindrical-coordinate representation of color #355C63: hue angle of 189.13º 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 #355C63 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 92 99 -
CMYK 0.46 0.07 0 0.61
HSL 189.13º 0.3% 0.3% -
HSV(B) 189.13º 0.46% 0.39% -
XYZ 7.55 9.31 13.2 -
YUV 81.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 53 92 99 0.46 0.07 0 0.61 189.13 0.3 0.3
Hex 35 5C 63 2E 7 0 3D BD 1E 1E
Octal 65 134 143 56 7 0 75 275 36 36
Binary 110101 1011100 1100011 101110 111 0 111101 10111101 11110 11110

Color Harmonies of #355C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C63

Black with #355C63

Text Example


Text Example

White with #355C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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