Html Css Color HEX #435258 Casal

📋 copy color: '#435258'

red 67 ◦ green 82 ◦ blue 88

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

Shades of Casal #435258

Tints of Casal #435258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.6%

 BLUE value IS 88 (34.77% from 255) = 37.13%

R = 28.27%
G = 34.6%
B = 37.13%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#435258 (or 0x435258) is known color: Casal. HEX triplet: 43, 52 and 58. RGB value is (67,82,88). Sum of RGB (Red+Green+Blue) = 67+82+88=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: blue. Hex color #435258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435258 is #BCADA7. Grayscale: #4E4E4E. Windows color (decimal): -12365224 or 5788227. OLE color: 5788227.

HSL color Cylindrical-coordinate representation of color #435258: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #435258 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 82 88 -
CMYK 0.24 0.07 0 0.65
HSL 197.14º 0.14% 0.3% -
HSV(B) 197.14º 0.24% 0.35% -
XYZ 7.09 7.93 10.39 -
YUV 78.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 67 82 88 0.24 0.07 0 0.65 197.14 0.14 0.3
Hex 43 52 58 18 7 0 41 C5 E 1E
Octal 103 122 130 30 7 0 101 305 16 36
Binary 1000011 1010010 1011000 11000 111 0 1000001 11000101 1110 11110

Color Harmonies of #435258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435258

Black with #435258

Text Example


Text Example

White with #435258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435258; }

 p { color: rgb(67,82,88); }

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

background-color css

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

 a { background-color: rgb(67,82,88); }

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

border-color css

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

 span { border-color: rgb(67,82,88); }

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