Html Css Color HEX #355058 Casal

📋 copy color: '#355058'

red 53 ◦ green 80 ◦ blue 88

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

Shades of Casal #355058

Tints of Casal #355058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 23.98%
G = 36.2%
B = 39.82%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#355058 (or 0x355058) is known color: Casal. HEX triplet: 35, 50 and 58. RGB value is (53,80,88). Sum of RGB (Red+Green+Blue) = 53+80+88=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #355058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355058 is #CAAFA7. Grayscale: #484848. Windows color (decimal): -13283240 or 5787701. OLE color: 5787701.

HSL color Cylindrical-coordinate representation of color #355058: hue angle of 193.71º 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 #355058 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 80 88 -
CMYK 0.40 0.09 0 0.65
HSL 193.71º 0.25% 0.28% -
HSV(B) 193.71º 0.4% 0.35% -
XYZ 6.1 7.2 10.3 -
YUV 72.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 53 80 88 0.40 0.09 0 0.65 193.71 0.25 0.28
Hex 35 50 58 28 9 0 41 C2 19 1C
Octal 65 120 130 50 11 0 101 302 31 34
Binary 110101 1010000 1011000 101000 1001 0 1000001 11000010 11001 11100

Color Harmonies of #355058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355058

Black with #355058

Text Example


Text Example

White with #355058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355058; }

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

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

background-color css

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

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

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

border-color css

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

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

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