Html Css Color HEX #426E5C Stromboli

📋 copy color: '#426E5C'

red 66 ◦ green 110 ◦ blue 92

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

Shades of Stromboli #426E5C

Tints of Stromboli #426E5C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.04%

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 24.63%
G = 41.04%
B = 34.33%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#426E5C (or 0x426E5C) is known color: Stromboli. HEX triplet: 42, 6E and 5C. RGB value is (66,110,92). Sum of RGB (Red+Green+Blue) = 66+110+92=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 110 - color contains mainly: green. Hex color #426E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E5C is #BD91A3. Grayscale: #5E5E5E. Windows color (decimal): -12423588 or 6057538. OLE color: 6057538.

HSL color Cylindrical-coordinate representation of color #426E5C: hue angle of 155.45º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #426E5C is Cyan = 0.4, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 110 92 -
CMYK 0.4 0 0.16 0.57
HSL 155.45º 0.25% 0.35% -
HSV(B) 155.45º 0.4% 0.43% -
XYZ 9.75 13.08 12.14 -
YUV 94.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 66 110 92 0.4 0 0.16 0.57 155.45 0.25 0.35
Hex 42 6E 5C 28 0 10 39 9B 19 23
Octal 102 156 134 50 0 20 71 233 31 43
Binary 1000010 1101110 1011100 101000 0 10000 111001 10011011 11001 100011

Color Harmonies of #426E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E5C

Black with #426E5C

Text Example


Text Example

White with #426E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426E5C; }

 p { color: rgb(66,110,92); }

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

background-color css

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

 a { background-color: rgb(66,110,92); }

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

border-color css

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

 span { border-color: rgb(66,110,92); }

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