Html Css Color HEX #425060 Cello

📋 copy color: '#425060'

red 66 ◦ green 80 ◦ blue 96

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

Shades of Cello #425060

Tints of Cello #425060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

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

R = 27.27%
G = 33.06%
B = 39.67%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425060 (or 0x425060) is known color: Cello. HEX triplet: 42, 50 and 60. RGB value is (66,80,96). Sum of RGB (Red+Green+Blue) = 66+80+96=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #425060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425060 is #BDAF9F. Grayscale: #4D4D4D. Windows color (decimal): -12431264 or 6312002. OLE color: 6312002.

HSL color Cylindrical-coordinate representation of color #425060: hue angle of 212º 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 #425060 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 80 96 -
CMYK 0.31 0.17 0 0.62
HSL 212º 0.19% 0.32% -
HSV(B) 212º 0.31% 0.38% -
XYZ 7.23 7.74 12.18 -
YUV 77.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 66 80 96 0.31 0.17 0 0.62 212 0.19 0.32
Hex 42 50 60 1F 11 0 3E D4 13 20
Octal 102 120 140 37 21 0 76 324 23 40
Binary 1000010 1010000 1100000 11111 10001 0 111110 11010100 10011 100000

Color Harmonies of #425060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425060

Black with #425060

Text Example


Text Example

White with #425060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425060; }

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

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

background-color css

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

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

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

border-color css

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

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

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