Html Css Color HEX #355258 Casal

📋 copy color: '#355258'

red 53 ◦ green 82 ◦ blue 88

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

Shades of Casal #355258

Tints of Casal #355258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

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

R = 23.77%
G = 36.77%
B = 39.46%

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

#355258 (or 0x355258) is known color: Casal. HEX triplet: 35, 52 and 58. RGB value is (53,82,88). Sum of RGB (Red+Green+Blue) = 53+82+88=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #355258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355258 is #CAADA7. Grayscale: #494949. Windows color (decimal): -13282728 or 5788213. OLE color: 5788213.

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

Color convert

RGB 53 82 88 -
CMYK 0.40 0.07 0 0.65
HSL 190.29º 0.25% 0.28% -
HSV(B) 190.29º 0.4% 0.35% -
XYZ 6.25 7.5 10.35 -
YUV 74.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 53 82 88 0.40 0.07 0 0.65 190.29 0.25 0.28
Hex 35 52 58 28 7 0 41 BE 19 1C
Octal 65 122 130 50 7 0 101 276 31 34
Binary 110101 1010010 1011000 101000 111 0 1000001 10111110 11001 11100

Color Harmonies of #355258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355258

Black with #355258

Text Example


Text Example

White with #355258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355258; }

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

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

background-color css

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

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

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

border-color css

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

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

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