#526065

Color #526065 Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #526065

Tints of Fiord #526065

Color information

#526065 (or 0x526065) is unknown color: approx Fiord. HEX triplet: 52, 60 and 65. RGB value is (82,96,101). Sum of RGB (Red+Green+Blue) = 82+96+101=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 101 - color contains mainly: blue. Hex color #526065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526065 is #AD9F9A. Grayscale: #5C5C5C. Windows color (decimal): -11378587 or 6643794. OLE color: 6643794.

HSL color Cylindrical-coordinate representation of color #526065: hue angle of 195.79º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526065 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8296101-
CMYK0.190.0500.60
HSL195.79º10.38%35.88%-
HSV(B)195.79º18.81%39.61%-
XYZ10.0111.113.93-
YUV92.38132.86120.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=29.39%
G=34.41%
B=36.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82961010.190.0500.60195.7910.3835.88
Hex52606513503Cc4a24
Octal1221401452350743041244
Binary101001011000001100101100111010111100110001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526065; }

 p { color: rgb(82,96,101); }

 H1.HeaderClassName
 {
   color: #526065;
 }
 .AnyTagClassName
 {
   color: #526065;
 }
</style>
background-color css

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

 a { background-color: rgb(82,96,101); }

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

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

 span { border-color: rgb(82,96,101); }

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