Html Css Color HEX #425160 Cello

📋 copy color: '#425160'

red 66 ◦ green 81 ◦ blue 96

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

Shades of Cello #425160

Tints of Cello #425160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.33%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 27.16%
G = 33.33%
B = 39.51%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425160 (or 0x425160) is known color: Cello. HEX triplet: 42, 51 and 60. RGB value is (66,81,96). Sum of RGB (Red+Green+Blue) = 66+81+96=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #425160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425160 is #BDAE9F. Grayscale: #4E4E4E. Windows color (decimal): -12431008 or 6312258. OLE color: 6312258.

HSL color Cylindrical-coordinate representation of color #425160: hue angle of 210º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425160 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 81 96 -
CMYK 0.31 0.16 0 0.62
HSL 210º 0.19% 0.32% -
HSV(B) 210º 0.31% 0.38% -
XYZ 7.3 7.89 12.2 -
YUV 78.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 66 81 96 0.31 0.16 0 0.62 210 0.19 0.32
Hex 42 51 60 1F 10 0 3E D2 13 20
Octal 102 121 140 37 20 0 76 322 23 40
Binary 1000010 1010001 1100000 11111 10000 0 111110 11010010 10011 100000

Color Harmonies of #425160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425160

Black with #425160

Text Example


Text Example

White with #425160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425160; }

 p { color: rgb(66,81,96); }

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

background-color css

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

 a { background-color: rgb(66,81,96); }

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

border-color css

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

 span { border-color: rgb(66,81,96); }

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