Html Css Color HEX #05413F Cyprus

📋 copy color: '#05413F'

red 5 ◦ green 65 ◦ blue 63

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

Shades of Cyprus #05413F

Tints of Cyprus #05413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.87%

 BLUE value IS 63 (25% from 255) = 47.37%

R = 3.76%
G = 48.87%
B = 47.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#05413F (or 0x05413F) is known color: Cyprus. HEX triplet: 05, 41 and 3F. RGB value is (5,65,63). Sum of RGB (Red+Green+Blue) = 5+65+63=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #05413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05413F is #FABEC0. Grayscale: #2E2E2E. Windows color (decimal): -16432833 or 4145413. OLE color: 4145413.

HSL color Cylindrical-coordinate representation of color #05413F: hue angle of 178º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05413F is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 65 63 -
CMYK 0.92 0 0.03 0.75
HSL 178º 0.86% 0.14% -
HSV(B) 178º 0.92% 0.25% -
XYZ 2.85 4.17 5.36 -
YUV 46.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 5 65 63 0.92 0 0.03 0.75 178 0.86 0.14
Hex 5 41 3F 5C 0 3 4B B2 56 E
Octal 5 101 77 134 0 3 113 262 126 16
Binary 101 1000001 111111 1011100 0 11 1001011 10110010 1010110 1110

Color Harmonies of #05413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05413F

Black with #05413F

Text Example


Text Example

White with #05413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05413F; }

 p { color: rgb(5,65,63); }

 H1.HeaderClassName
 {
   color: #05413F;
 }
 .AnyTagClassName
 {
   color: #05413F;
 }
</style>

background-color css

<style>
 a { background-color: #05413F; }

 a { background-color: rgb(5,65,63); }

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

border-color css

<style>
 span { border-color: #05413F; }

 span { border-color: rgb(5,65,63); }

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