#053235

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

Shades of Nordic #053235

Tints of Nordic #053235

Color information

#053235 (or 0x053235) is unknown color: approx Nordic. HEX triplet: 05, 32 and 35. RGB value is (5,50,53). Sum of RGB (Red+Green+Blue) = 5+50+53=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #053235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053235 is #FACDCA. Grayscale: #242424. Windows color (decimal): -16436683 or 3486213. OLE color: 3486213.

HSL color Cylindrical-coordinate representation of color #053235: hue angle of 183.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053235 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB55053-
CMYK0.910.0600.79
HSL183.75º82.76%11.37%-
HSV(B)183.75º90.57%20.78%-
XYZ1.852.573.77-
YUV36.89137.09105.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=4.63%
G=46.30%
B=49.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal550530.910.0600.79183.7582.7611.37
Hex532355B604Fb853b
Octal562651336011727012313
Binary1011100101101011011011110010011111011100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053235; }

 p { color: rgb(5,50,53); }

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

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

 a { background-color: rgb(5,50,53); }

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

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

 span { border-color: rgb(5,50,53); }

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