Html Css Color HEX #426358 Stromboli

📋 copy color: '#426358'

red 66 ◦ green 99 ◦ blue 88

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

Shades of Stromboli #426358

Tints of Stromboli #426358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.13%

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

R = 26.09%
G = 39.13%
B = 34.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#426358 (or 0x426358) is known color: Stromboli. HEX triplet: 42, 63 and 58. RGB value is (66,99,88). Sum of RGB (Red+Green+Blue) = 66+99+88=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #426358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426358 is #BD9CA7. Grayscale: #575757. Windows color (decimal): -12426408 or 5792578. OLE color: 5792578.

HSL color Cylindrical-coordinate representation of color #426358: hue angle of 160º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426358 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 88 -
CMYK 0.33 0 0.11 0.61
HSL 160º 0.2% 0.32% -
HSV(B) 160º 0.33% 0.39% -
XYZ 8.47 10.79 10.87 -
YUV 87.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 66 99 88 0.33 0 0.11 0.61 160 0.2 0.32
Hex 42 63 58 21 0 B 3D A0 14 20
Octal 102 143 130 41 0 13 75 240 24 40
Binary 1000010 1100011 1011000 100001 0 1011 111101 10100000 10100 100000

Color Harmonies of #426358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426358

Black with #426358

Text Example


Text Example

White with #426358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426358; }

 p { color: rgb(66,99,88); }

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

background-color css

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

 a { background-color: rgb(66,99,88); }

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

border-color css

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

 span { border-color: rgb(66,99,88); }

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