Html Css Color HEX #425161 Cello

📋 copy color: '#425161'

red 66 ◦ green 81 ◦ blue 97

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

Shades of Cello #425161

Tints of Cello #425161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.75%

R = 27.05%
G = 33.2%
B = 39.75%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425161 (or 0x425161) is known color: Cello. HEX triplet: 42, 51 and 61. RGB value is (66,81,97). Sum of RGB (Red+Green+Blue) = 66+81+97=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #425161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425161 is #BDAE9E. Grayscale: #4E4E4E. Windows color (decimal): -12431007 or 6377794. OLE color: 6377794.

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

Color convert

RGB 66 81 97 -
CMYK 0.32 0.16 0 0.62
HSL 210.97º 0.19% 0.32% -
HSV(B) 210.97º 0.32% 0.38% -
XYZ 7.35 7.91 12.45 -
YUV 78.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 66 81 97 0.32 0.16 0 0.62 210.97 0.19 0.32
Hex 42 51 61 20 10 0 3E D3 13 20
Octal 102 121 141 40 20 0 76 323 23 40
Binary 1000010 1010001 1100001 100000 10000 0 111110 11010011 10011 100000

Color Harmonies of #425161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425161

Black with #425161

Text Example


Text Example

White with #425161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425161; }

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

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

background-color css

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

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

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

border-color css

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

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

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