Html Css Color HEX #355057 Casal

📋 copy color: '#355057'

red 53 ◦ green 80 ◦ blue 87

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

Shades of Casal #355057

Tints of Casal #355057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 87 (34.38% from 255) = 39.55%

R = 24.09%
G = 36.36%
B = 39.55%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#355057 (or 0x355057) is known color: Casal. HEX triplet: 35, 50 and 57. RGB value is (53,80,87). Sum of RGB (Red+Green+Blue) = 53+80+87=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #355057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355057 is #CAAFA8. Grayscale: #484848. Windows color (decimal): -13283241 or 5722165. OLE color: 5722165.

HSL color Cylindrical-coordinate representation of color #355057: hue angle of 192.35º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355057 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 80 87 -
CMYK 0.39 0.08 0 0.66
HSL 192.35º 0.24% 0.27% -
HSV(B) 192.35º 0.39% 0.34% -
XYZ 6.06 7.18 10.08 -
YUV 72.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 53 80 87 0.39 0.08 0 0.66 192.35 0.24 0.27
Hex 35 50 57 27 8 0 42 C0 18 1B
Octal 65 120 127 47 10 0 102 300 30 33
Binary 110101 1010000 1010111 100111 1000 0 1000010 11000000 11000 11011

Color Harmonies of #355057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355057

Black with #355057

Text Example


Text Example

White with #355057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355057; }

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

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

background-color css

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

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

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

border-color css

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

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

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