Html Css Color HEX #05949A Eastern Blue

📋 copy color: '#05949A'

red 5 ◦ green 148 ◦ blue 154

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

Shades of Eastern Blue #05949A

Tints of Eastern Blue #05949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.21%

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

R = 1.63%
G = 48.21%
B = 50.16%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05949A (or 0x05949A) is known color: Eastern Blue. HEX triplet: 05, 94 and 9A. RGB value is (5,148,154). Sum of RGB (Red+Green+Blue) = 5+148+154=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #05949A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05949A is #FA6B65. Grayscale: #696969. Windows color (decimal): -16411494 or 10130437. OLE color: 10130437.

HSL color Cylindrical-coordinate representation of color #05949A: hue angle of 182.42º 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 #05949A is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 148 154 -
CMYK 0.97 0.04 0 0.40
HSL 182.42º 0.94% 0.31% -
HSV(B) 182.42º 0.97% 0.6% -
XYZ 16.49 23.55 34.25 -
YUV 105.93 155.12 56.01 -
System Red Green Blue C M Y K H S L
Decimal 5 148 154 0.97 0.04 0 0.40 182.42 0.94 0.31
Hex 5 94 9A 61 4 0 28 B6 5E 1F
Octal 5 224 232 141 4 0 50 266 136 37
Binary 101 10010100 10011010 1100001 100 0 101000 10110110 1011110 11111

Color Harmonies of #05949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05949A

Black with #05949A

Text Example


Text Example

White with #05949A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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