Html Css Color HEX #35505F Cello

📋 copy color: '#35505F'

red 53 ◦ green 80 ◦ blue 95

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

Shades of Cello #35505F

Tints of Cello #35505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 23.25%
G = 35.09%
B = 41.67%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#35505F (or 0x35505F) is known color: Cello. HEX triplet: 35, 50 and 5F. RGB value is (53,80,95). Sum of RGB (Red+Green+Blue) = 53+80+95=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #35505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35505F is #CAAFA0. Grayscale: #494949. Windows color (decimal): -13283233 or 6246453. OLE color: 6246453.

HSL color Cylindrical-coordinate representation of color #35505F: hue angle of 201.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #35505F is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 80 95 -
CMYK 0.44 0.16 0 0.63
HSL 201.43º 0.28% 0.29% -
HSV(B) 201.43º 0.44% 0.37% -
XYZ 6.4 7.32 11.9 -
YUV 73.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 53 80 95 0.44 0.16 0 0.63 201.43 0.28 0.29
Hex 35 50 5F 2C 10 0 3F C9 1C 1D
Octal 65 120 137 54 20 0 77 311 34 35
Binary 110101 1010000 1011111 101100 10000 0 111111 11001001 11100 11101

Color Harmonies of #35505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35505F

Black with #35505F

Text Example


Text Example

White with #35505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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