Html Css Color HEX #425153 Casal

📋 copy color: '#425153'

red 66 ◦ green 81 ◦ blue 83

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

Shades of Casal #425153

Tints of Casal #425153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 28.7%
G = 35.22%
B = 36.09%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#425153 (or 0x425153) is known color: Casal. HEX triplet: 42, 51 and 53. RGB value is (66,81,83). Sum of RGB (Red+Green+Blue) = 66+81+83=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #425153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425153 is #BDAEAC. Grayscale: #4C4C4C. Windows color (decimal): -12431021 or 5460290. OLE color: 5460290.

HSL color Cylindrical-coordinate representation of color #425153: hue angle of 187.06º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425153 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 81 83 -
CMYK 0.20 0.02 0 0.67
HSL 187.06º 0.11% 0.29% -
HSV(B) 187.06º 0.2% 0.33% -
XYZ 6.75 7.67 9.31 -
YUV 76.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 66 81 83 0.20 0.02 0 0.67 187.06 0.11 0.29
Hex 42 51 53 14 2 0 43 BB B 1D
Octal 102 121 123 24 2 0 103 273 13 35
Binary 1000010 1010001 1010011 10100 10 0 1000011 10111011 1011 11101

Color Harmonies of #425153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425153

Black with #425153

Text Example


Text Example

White with #425153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425153; }

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

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

background-color css

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

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

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

border-color css

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

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

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