Html Css Color HEX #42655C Stromboli

📋 copy color: '#42655C'

red 66 ◦ green 101 ◦ blue 92

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

Shades of Stromboli #42655C

Tints of Stromboli #42655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39%

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

R = 25.48%
G = 39%
B = 35.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#42655C (or 0x42655C) is known color: Stromboli. HEX triplet: 42, 65 and 5C. RGB value is (66,101,92). Sum of RGB (Red+Green+Blue) = 66+101+92=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #42655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42655C is #BD9AA3. Grayscale: #595959. Windows color (decimal): -12425892 or 6055234. OLE color: 6055234.

HSL color Cylindrical-coordinate representation of color #42655C: hue angle of 164.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42655C is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 92 -
CMYK 0.35 0 0.09 0.60
HSL 164.57º 0.21% 0.33% -
HSV(B) 164.57º 0.35% 0.4% -
XYZ 8.83 11.24 11.83 -
YUV 89.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 66 101 92 0.35 0 0.09 0.60 164.57 0.21 0.33
Hex 42 65 5C 23 0 9 3C A5 15 21
Octal 102 145 134 43 0 11 74 245 25 41
Binary 1000010 1100101 1011100 100011 0 1001 111100 10100101 10101 100001

Color Harmonies of #42655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42655C

Black with #42655C

Text Example


Text Example

White with #42655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42655C; }

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

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

background-color css

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

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

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

border-color css

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

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

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