Html Css Color HEX #05353E Nordic

📋 copy color: '#05353E'

red 5 ◦ green 53 ◦ blue 62

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

Shades of Nordic #05353E

Tints of Nordic #05353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.17%

 BLUE value IS 62 (24.61% from 255) = 51.67%

R = 4.17%
G = 44.17%
B = 51.67%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05353E (or 0x05353E) is known color: Nordic. HEX triplet: 05, 35 and 3E. RGB value is (5,53,62). Sum of RGB (Red+Green+Blue) = 5+53+62=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #05353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05353E is #FACAC1. Grayscale: #272727. Windows color (decimal): -16435906 or 4076805. OLE color: 4076805.

HSL color Cylindrical-coordinate representation of color #05353E: hue angle of 189.47º 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 #05353E is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 53 62 -
CMYK 0.92 0.15 0 0.76
HSL 189.47º 0.85% 0.13% -
HSV(B) 189.47º 0.92% 0.24% -
XYZ 2.21 2.93 5.01 -
YUV 39.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 5 53 62 0.92 0.15 0 0.76 189.47 0.85 0.13
Hex 5 35 3E 5C F 0 4C BD 55 D
Octal 5 65 76 134 17 0 114 275 125 15
Binary 101 110101 111110 1011100 1111 0 1001100 10111101 1010101 1101

Color Harmonies of #05353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05353E

Black with #05353E

Text Example


Text Example

White with #05353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05353E; }

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

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

background-color css

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

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

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

border-color css

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

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

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