Html Css Color HEX #05483C Cyprus

📋 copy color: '#05483C'

red 5 ◦ green 72 ◦ blue 60

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

Shades of Cyprus #05483C

Tints of Cyprus #05483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 43.8%

R = 3.65%
G = 52.55%
B = 43.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#05483C (or 0x05483C) is known color: Cyprus. HEX triplet: 05, 48 and 3C. RGB value is (5,72,60). Sum of RGB (Red+Green+Blue) = 5+72+60=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #05483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05483C is #FAB7C3. Grayscale: #323232. Windows color (decimal): -16431044 or 3950597. OLE color: 3950597.

HSL color Cylindrical-coordinate representation of color #05483C: hue angle of 169.25º 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 #05483C is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 60 -
CMYK 0.93 0 0.17 0.72
HSL 169.25º 0.87% 0.15% -
HSV(B) 169.25º 0.93% 0.28% -
XYZ 3.2 4.99 5.07 -
YUV 50.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 5 72 60 0.93 0 0.17 0.72 169.25 0.87 0.15
Hex 5 48 3C 5D 0 11 48 A9 57 F
Octal 5 110 74 135 0 21 110 251 127 17
Binary 101 1001000 111100 1011101 0 10001 1001000 10101001 1010111 1111

Color Harmonies of #05483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05483C

Black with #05483C

Text Example


Text Example

White with #05483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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