Html Css Color HEX #435960 Casal

📋 copy color: '#435960'

red 67 ◦ green 89 ◦ blue 96

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

Shades of Casal #435960

Tints of Casal #435960

RGB

 RED value IS 67 (26.56% from 255) = 26.59%

 GREEN value IS 89 (35.16% from 255) = 35.32%

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

R = 26.59%
G = 35.32%
B = 38.1%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#435960 (or 0x435960) is known color: Casal. HEX triplet: 43, 59 and 60. RGB value is (67,89,96). Sum of RGB (Red+Green+Blue) = 67+89+96=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #435960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435960 is #BCA69F. Grayscale: #535353. Windows color (decimal): -12363424 or 6314307. OLE color: 6314307.

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

Color convert

RGB 67 89 96 -
CMYK 0.30 0.07 0 0.62
HSL 194.48º 0.18% 0.32% -
HSV(B) 194.48º 0.3% 0.38% -
XYZ 8 9.18 12.42 -
YUV 83.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 67 89 96 0.30 0.07 0 0.62 194.48 0.18 0.32
Hex 43 59 60 1E 7 0 3E C2 12 20
Octal 103 131 140 36 7 0 76 302 22 40
Binary 1000011 1011001 1100000 11110 111 0 111110 11000010 10010 100000

Color Harmonies of #435960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435960

Black with #435960

Text Example


Text Example

White with #435960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435960; }

 p { color: rgb(67,89,96); }

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

background-color css

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

 a { background-color: rgb(67,89,96); }

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

border-color css

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

 span { border-color: rgb(67,89,96); }

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