Html Css Color HEX #05333B Nordic

📋 copy color: '#05333B'

red 5 ◦ green 51 ◦ blue 59

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

Shades of Nordic #05333B

Tints of Nordic #05333B

RGB

 RED value IS 5 (2.34% from 255) = 4.35%

 GREEN value IS 51 (20.31% from 255) = 44.35%

 BLUE value IS 59 (23.44% from 255) = 51.3%

R = 4.35%
G = 44.35%
B = 51.3%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05333B (or 0x05333B) is known color: Nordic. HEX triplet: 05, 33 and 3B. RGB value is (5,51,59). Sum of RGB (Red+Green+Blue) = 5+51+59=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #05333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05333B is #FACCC4. Grayscale: #262626. Windows color (decimal): -16436421 or 3879685. OLE color: 3879685.

HSL color Cylindrical-coordinate representation of color #05333B: hue angle of 188.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05333B is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 51 59 -
CMYK 0.92 0.14 0 0.77
HSL 188.89º 0.84% 0.13% -
HSV(B) 188.89º 0.92% 0.23% -
XYZ 2.04 2.72 4.55 -
YUV 38.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 5 51 59 0.92 0.14 0 0.77 188.89 0.84 0.13
Hex 5 33 3B 5C E 0 4D BD 54 D
Octal 5 63 73 134 16 0 115 275 124 15
Binary 101 110011 111011 1011100 1110 0 1001101 10111101 1010100 1101

Color Harmonies of #05333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05333B

Black with #05333B

Text Example


Text Example

White with #05333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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