Html Css Color HEX #435059 Cello

📋 copy color: '#435059'

red 67 ◦ green 80 ◦ blue 89

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

Shades of Cello #435059

Tints of Cello #435059

RGB

 RED value IS 67 (26.56% from 255) = 28.39%

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

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 28.39%
G = 33.9%
B = 37.71%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#435059 (or 0x435059) is known color: Cello. HEX triplet: 43, 50 and 59. RGB value is (67,80,89). Sum of RGB (Red+Green+Blue) = 67+80+89=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #435059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435059 is #BCAFA6. Grayscale: #4D4D4D. Windows color (decimal): -12365735 or 5853251. OLE color: 5853251.

HSL color Cylindrical-coordinate representation of color #435059: hue angle of 204.55º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #435059 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 80 89 -
CMYK 0.25 0.10 0 0.65
HSL 204.55º 0.14% 0.31% -
HSV(B) 204.55º 0.25% 0.35% -
XYZ 6.99 7.65 10.56 -
YUV 77.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 67 80 89 0.25 0.10 0 0.65 204.55 0.14 0.31
Hex 43 50 59 19 A 0 41 CD E 1F
Octal 103 120 131 31 12 0 101 315 16 37
Binary 1000011 1010000 1011001 11001 1010 0 1000001 11001101 1110 11111

Color Harmonies of #435059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435059

Black with #435059

Text Example


Text Example

White with #435059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435059; }

 p { color: rgb(67,80,89); }

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

background-color css

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

 a { background-color: rgb(67,80,89); }

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

border-color css

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

 span { border-color: rgb(67,80,89); }

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