Html Css Color HEX #42625C Stromboli

📋 copy color: '#42625C'

red 66 ◦ green 98 ◦ blue 92

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

Shades of Stromboli #42625C

Tints of Stromboli #42625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

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

R = 25.78%
G = 38.28%
B = 35.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#42625C (or 0x42625C) is known color: Stromboli. HEX triplet: 42, 62 and 5C. RGB value is (66,98,92). Sum of RGB (Red+Green+Blue) = 66+98+92=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #42625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42625C is #BD9DA3. Grayscale: #575757. Windows color (decimal): -12426660 or 6054466. OLE color: 6054466.

HSL color Cylindrical-coordinate representation of color #42625C: hue angle of 168.75º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42625C is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 92 -
CMYK 0.33 0 0.06 0.62
HSL 168.75º 0.2% 0.32% -
HSV(B) 168.75º 0.33% 0.38% -
XYZ 8.55 10.67 11.73 -
YUV 87.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 66 98 92 0.33 0 0.06 0.62 168.75 0.2 0.32
Hex 42 62 5C 21 0 6 3E A9 14 20
Octal 102 142 134 41 0 6 76 251 24 40
Binary 1000010 1100010 1011100 100001 0 110 111110 10101001 10100 100000

Color Harmonies of #42625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42625C

Black with #42625C

Text Example


Text Example

White with #42625C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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