Html Css Color HEX #05959D Eastern Blue

📋 copy color: '#05959D'

red 5 ◦ green 149 ◦ blue 157

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

Shades of Eastern Blue #05959D

Tints of Eastern Blue #05959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.91%

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

R = 1.61%
G = 47.91%
B = 50.48%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05959D (or 0x05959D) is known color: Eastern Blue. HEX triplet: 05, 95 and 9D. RGB value is (5,149,157). Sum of RGB (Red+Green+Blue) = 5+149+157=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #05959D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05959D is #FA6A62. Grayscale: #6A6A6A. Windows color (decimal): -16411235 or 10327301. OLE color: 10327301.

HSL color Cylindrical-coordinate representation of color #05959D: hue angle of 183.16º 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 #05959D is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 149 157 -
CMYK 0.97 0.05 0 0.38
HSL 183.16º 0.94% 0.32% -
HSV(B) 183.16º 0.97% 0.62% -
XYZ 16.9 23.96 35.63 -
YUV 106.86 156.29 55.35 -
System Red Green Blue C M Y K H S L
Decimal 5 149 157 0.97 0.05 0 0.38 183.16 0.94 0.32
Hex 5 95 9D 61 5 0 26 B7 5E 20
Octal 5 225 235 141 5 0 46 267 136 40
Binary 101 10010101 10011101 1100001 101 0 100110 10110111 1011110 100000

Color Harmonies of #05959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05959D

Black with #05959D

Text Example


Text Example

White with #05959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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