Html Css Color HEX #425569 Cello

📋 copy color: '#425569'

red 66 ◦ green 85 ◦ blue 105

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

Shades of Cello #425569

Tints of Cello #425569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

 BLUE value IS 105 (41.41% from 255) = 41.02%

R = 25.78%
G = 33.2%
B = 41.02%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#425569 (or 0x425569) is known color: Cello. HEX triplet: 42, 55 and 69. RGB value is (66,85,105). Sum of RGB (Red+Green+Blue) = 66+85+105=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #425569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425569 is #BDAA96. Grayscale: #515151. Windows color (decimal): -12429975 or 6903106. OLE color: 6903106.

HSL color Cylindrical-coordinate representation of color #425569: hue angle of 210.77º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425569 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 85 105 -
CMYK 0.37 0.19 0 0.59
HSL 210.77º 0.23% 0.34% -
HSV(B) 210.77º 0.37% 0.41% -
XYZ 8.05 8.68 14.62 -
YUV 81.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 66 85 105 0.37 0.19 0 0.59 210.77 0.23 0.34
Hex 42 55 69 25 13 0 3B D3 17 22
Octal 102 125 151 45 23 0 73 323 27 42
Binary 1000010 1010101 1101001 100101 10011 0 111011 11010011 10111 100010

Color Harmonies of #425569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425569

Black with #425569

Text Example


Text Example

White with #425569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425569; }

 p { color: rgb(66,85,105); }

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

background-color css

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

 a { background-color: rgb(66,85,105); }

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

border-color css

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

 span { border-color: rgb(66,85,105); }

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