Html Css Color HEX #355358 Casal

📋 copy color: '#355358'

red 53 ◦ green 83 ◦ blue 88

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

Shades of Casal #355358

Tints of Casal #355358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

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

R = 23.66%
G = 37.05%
B = 39.29%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#355358 (or 0x355358) is known color: Casal. HEX triplet: 35, 53 and 58. RGB value is (53,83,88). Sum of RGB (Red+Green+Blue) = 53+83+88=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #355358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355358 is #CAACA7. Grayscale: #4A4A4A. Windows color (decimal): -13282472 or 5788469. OLE color: 5788469.

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

Color convert

RGB 53 83 88 -
CMYK 0.40 0.06 0 0.65
HSL 188.57º 0.25% 0.28% -
HSV(B) 188.57º 0.4% 0.35% -
XYZ 6.32 7.65 10.38 -
YUV 74.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 53 83 88 0.40 0.06 0 0.65 188.57 0.25 0.28
Hex 35 53 58 28 6 0 41 BD 19 1C
Octal 65 123 130 50 6 0 101 275 31 34
Binary 110101 1010011 1011000 101000 110 0 1000001 10111101 11001 11100

Color Harmonies of #355358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355358

Black with #355358

Text Example


Text Example

White with #355358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355358; }

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

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

background-color css

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

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

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

border-color css

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

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

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