Html Css Color HEX #05483E Cyprus

📋 copy color: '#05483E'

red 5 ◦ green 72 ◦ blue 62

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

Shades of Cyprus #05483E

Tints of Cyprus #05483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.8%

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

R = 3.6%
G = 51.8%
B = 44.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#05483E (or 0x05483E) is known color: Cyprus. HEX triplet: 05, 48 and 3E. RGB value is (5,72,62). Sum of RGB (Red+Green+Blue) = 5+72+62=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #05483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05483E is #FAB7C1. Grayscale: #323232. Windows color (decimal): -16431042 or 4081669. OLE color: 4081669.

HSL color Cylindrical-coordinate representation of color #05483E: hue angle of 171.04º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05483E is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 62 -
CMYK 0.93 0 0.14 0.72
HSL 171.04º 0.87% 0.15% -
HSV(B) 171.04º 0.93% 0.28% -
XYZ 3.25 5.01 5.35 -
YUV 50.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 5 72 62 0.93 0 0.14 0.72 171.04 0.87 0.15
Hex 5 48 3E 5D 0 E 48 AB 57 F
Octal 5 110 76 135 0 16 110 253 127 17
Binary 101 1001000 111110 1011101 0 1110 1001000 10101011 1010111 1111

Color Harmonies of #05483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05483E

Black with #05483E

Text Example


Text Example

White with #05483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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