#05333D

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

Shades of Nordic #05333D

Tints of Nordic #05333D

Color information

#05333D (or 0x05333D) is unknown color: approx Nordic. HEX triplet: 05, 33 and 3D. RGB value is (5,51,61). Sum of RGB (Red+Green+Blue) = 5+51+61=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #05333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05333D is #FACCC2. Grayscale: #262626. Windows color (decimal): -16436419 or 4010757. OLE color: 4010757.

HSL color Cylindrical-coordinate representation of color #05333D: hue angle of 190.71º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05333D is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB55161-
CMYK0.920.1600.76
HSL190.71º84.85%12.94%-
HSV(B)190.71º91.8%23.92%-
XYZ2.092.744.83-
YUV38.39140.76104.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 61 (24.22% from 255) = 52.14%
R=4.27%
G=43.59%
B=52.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal551610.920.1600.76190.7184.8512.94
Hex5333D5C1004Cbf55d
Octal5637513420011427712515
Binary101110011111101101110010000010011001011111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05333D; }

 p { color: rgb(5,51,61); }

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

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

 a { background-color: rgb(5,51,61); }

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

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

 span { border-color: rgb(5,51,61); }

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