Html Css Color HEX #425155 Casal

📋 copy color: '#425155'

red 66 ◦ green 81 ◦ blue 85

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

Shades of Casal #425155

Tints of Casal #425155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 28.45%
G = 34.91%
B = 36.64%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#425155 (or 0x425155) is known color: Casal. HEX triplet: 42, 51 and 55. RGB value is (66,81,85). Sum of RGB (Red+Green+Blue) = 66+81+85=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 85 - color contains mainly: blue. Hex color #425155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425155 is #BDAEAA. Grayscale: #4C4C4C. Windows color (decimal): -12431019 or 5591362. OLE color: 5591362.

HSL color Cylindrical-coordinate representation of color #425155: hue angle of 192.63º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425155 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 81 85 -
CMYK 0.22 0.05 0 0.67
HSL 192.63º 0.13% 0.3% -
HSV(B) 192.63º 0.22% 0.33% -
XYZ 6.83 7.7 9.72 -
YUV 76.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 66 81 85 0.22 0.05 0 0.67 192.63 0.13 0.3
Hex 42 51 55 16 5 0 43 C1 D 1E
Octal 102 121 125 26 5 0 103 301 15 36
Binary 1000010 1010001 1010101 10110 101 0 1000011 11000001 1101 11110

Color Harmonies of #425155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425155

Black with #425155

Text Example


Text Example

White with #425155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425155; }

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

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

background-color css

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

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

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

border-color css

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

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

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