Html Css Color HEX #415852 Spectra

📋 copy color: '#415852'

red 65 ◦ green 88 ◦ blue 82

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

Shades of Spectra #415852

Tints of Spectra #415852

RGB

 RED value IS 65 (25.78% from 255) = 27.66%

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 27.66%
G = 37.45%
B = 34.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#415852 (or 0x415852) is known color: Spectra. HEX triplet: 41, 58 and 52. RGB value is (65,88,82). Sum of RGB (Red+Green+Blue) = 65+88+82=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #415852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415852 is #BEA7AD. Grayscale: #505050. Windows color (decimal): -12494766 or 5396545. OLE color: 5396545.

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

Color convert

RGB 65 88 82 -
CMYK 0.26 0 0.07 0.65
HSL 164.35º 0.15% 0.3% -
HSV(B) 164.35º 0.26% 0.35% -
XYZ 7.19 8.71 9.29 -
YUV 80.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 65 88 82 0.26 0 0.07 0.65 164.35 0.15 0.3
Hex 41 58 52 1A 0 7 41 A4 F 1E
Octal 101 130 122 32 0 7 101 244 17 36
Binary 1000001 1011000 1010010 11010 0 111 1000001 10100100 1111 11110

Color Harmonies of #415852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415852

Black with #415852

Text Example


Text Example

White with #415852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415852; }

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

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

background-color css

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

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

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

border-color css

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

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

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