Html Css Color HEX #42525F Cello

📋 copy color: '#42525F'

red 66 ◦ green 82 ◦ blue 95

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

Shades of Cello #42525F

Tints of Cello #42525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 95 (37.5% from 255) = 39.09%

R = 27.16%
G = 33.74%
B = 39.09%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42525F (or 0x42525F) is known color: Cello. HEX triplet: 42, 52 and 5F. RGB value is (66,82,95). Sum of RGB (Red+Green+Blue) = 66+82+95=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #42525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42525F is #BDADA0. Grayscale: #4E4E4E. Windows color (decimal): -12430753 or 6246978. OLE color: 6246978.

HSL color Cylindrical-coordinate representation of color #42525F: hue angle of 206.9º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42525F is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 82 95 -
CMYK 0.31 0.14 0 0.63
HSL 206.9º 0.18% 0.32% -
HSV(B) 206.9º 0.31% 0.37% -
XYZ 7.33 8.02 11.99 -
YUV 78.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 66 82 95 0.31 0.14 0 0.63 206.9 0.18 0.32
Hex 42 52 5F 1F E 0 3F CF 12 20
Octal 102 122 137 37 16 0 77 317 22 40
Binary 1000010 1010010 1011111 11111 1110 0 111111 11001111 10010 100000

Color Harmonies of #42525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42525F

Black with #42525F

Text Example


Text Example

White with #42525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42525F; }

 p { color: rgb(66,82,95); }

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

background-color css

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

 a { background-color: rgb(66,82,95); }

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

border-color css

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

 span { border-color: rgb(66,82,95); }

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