Html Css Color HEX #429B87 Gossamer

📋 copy color: '#429B87'

red 66 ◦ green 155 ◦ blue 135

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

Shades of Gossamer #429B87

Tints of Gossamer #429B87

RGB

 RED value IS 66 (26.17% from 255) = 18.54%

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 135 (53.13% from 255) = 37.92%

R = 18.54%
G = 43.54%
B = 37.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#429B87 (or 0x429B87) is known color: Gossamer. HEX triplet: 42, 9B and 87. RGB value is (66,155,135). Sum of RGB (Red+Green+Blue) = 66+155+135=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #429B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429B87 is #BD6478. Grayscale: #7E7E7E. Windows color (decimal): -12412025 or 8887106. OLE color: 8887106.

HSL color Cylindrical-coordinate representation of color #429B87: hue angle of 166.52º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B87 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 155 135 -
CMYK 0.57 0 0.13 0.39
HSL 166.52º 0.4% 0.43% -
HSV(B) 166.52º 0.57% 0.61% -
XYZ 18.34 26.35 27.04 -
YUV 126.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 66 155 135 0.57 0 0.13 0.39 166.52 0.4 0.43
Hex 42 9B 87 39 0 D 27 A7 28 2B
Octal 102 233 207 71 0 15 47 247 50 53
Binary 1000010 10011011 10000111 111001 0 1101 100111 10100111 101000 101011

Color Harmonies of #429B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B87

Black with #429B87

Text Example


Text Example

White with #429B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429B87; }

 p { color: rgb(66,155,135); }

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

background-color css

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

 a { background-color: rgb(66,155,135); }

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

border-color css

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

 span { border-color: rgb(66,155,135); }

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