Html Css Color HEX #05909D Eastern Blue

📋 copy color: '#05909D'

red 5 ◦ green 144 ◦ blue 157

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

Shades of Eastern Blue #05909D

Tints of Eastern Blue #05909D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.06%

 BLUE value IS 157 (61.72% from 255) = 51.31%

R = 1.63%
G = 47.06%
B = 51.31%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05909D (or 0x05909D) is known color: Eastern Blue. HEX triplet: 05, 90 and 9D. RGB value is (5,144,157). Sum of RGB (Red+Green+Blue) = 5+144+157=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #05909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05909D is #FA6F62. Grayscale: #676767. Windows color (decimal): -16412515 or 10326021. OLE color: 10326021.

HSL color Cylindrical-coordinate representation of color #05909D: hue angle of 185.13º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05909D is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 144 157 -
CMYK 0.97 0.08 0 0.38
HSL 185.13º 0.94% 0.32% -
HSV(B) 185.13º 0.97% 0.62% -
XYZ 16.12 22.41 35.37 -
YUV 103.92 157.95 57.44 -
System Red Green Blue C M Y K H S L
Decimal 5 144 157 0.97 0.08 0 0.38 185.13 0.94 0.32
Hex 5 90 9D 61 8 0 26 B9 5E 20
Octal 5 220 235 141 10 0 46 271 136 40
Binary 101 10010000 10011101 1100001 1000 0 100110 10111001 1011110 100000

Color Harmonies of #05909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05909D

Black with #05909D

Text Example


Text Example

White with #05909D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,144,157); }

 H1.HeaderClassName
 {
   color: #05909D;
 }
 .AnyTagClassName
 {
   color: #05909D;
 }
</style>

background-color css

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

 a { background-color: rgb(5,144,157); }

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

border-color css

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

 span { border-color: rgb(5,144,157); }

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