Html Css Color HEX #05959A Eastern Blue

📋 copy color: '#05959A'

red 5 ◦ green 149 ◦ blue 154

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

Shades of Eastern Blue #05959A

Tints of Eastern Blue #05959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50%

R = 1.62%
G = 48.38%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05959A (or 0x05959A) is known color: Eastern Blue. HEX triplet: 05, 95 and 9A. RGB value is (5,149,154). Sum of RGB (Red+Green+Blue) = 5+149+154=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #05959A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05959A is #FA6A65. Grayscale: #6A6A6A. Windows color (decimal): -16411238 or 10130693. OLE color: 10130693.

HSL color Cylindrical-coordinate representation of color #05959A: hue angle of 182.01º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05959A is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 149 154 -
CMYK 0.97 0.03 0 0.40
HSL 182.01º 0.94% 0.31% -
HSV(B) 182.01º 0.97% 0.6% -
XYZ 16.64 23.86 34.3 -
YUV 106.51 154.79 55.59 -
System Red Green Blue C M Y K H S L
Decimal 5 149 154 0.97 0.03 0 0.40 182.01 0.94 0.31
Hex 5 95 9A 61 3 0 28 B6 5E 1F
Octal 5 225 232 141 3 0 50 266 136 37
Binary 101 10010101 10011010 1100001 11 0 101000 10110110 1011110 11111

Color Harmonies of #05959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05959A

Black with #05959A

Text Example


Text Example

White with #05959A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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