Html Css Color HEX #05413B Cyprus

📋 copy color: '#05413B'

red 5 ◦ green 65 ◦ blue 59

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

Shades of Cyprus #05413B

Tints of Cyprus #05413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 45.74%

R = 3.88%
G = 50.39%
B = 45.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#05413B (or 0x05413B) is known color: Cyprus. HEX triplet: 05, 41 and 3B. RGB value is (5,65,59). Sum of RGB (Red+Green+Blue) = 5+65+59=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #05413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05413B is #FABEC4. Grayscale: #2E2E2E. Windows color (decimal): -16432837 or 3883269. OLE color: 3883269.

HSL color Cylindrical-coordinate representation of color #05413B: hue angle of 174º 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 #05413B is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 65 59 -
CMYK 0.92 0 0.09 0.75
HSL 174º 0.86% 0.14% -
HSV(B) 174º 0.92% 0.25% -
XYZ 2.74 4.13 4.79 -
YUV 46.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 5 65 59 0.92 0 0.09 0.75 174 0.86 0.14
Hex 5 41 3B 5C 0 9 4B AE 56 E
Octal 5 101 73 134 0 11 113 256 126 16
Binary 101 1000001 111011 1011100 0 1001 1001011 10101110 1010110 1110

Color Harmonies of #05413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05413B

Black with #05413B

Text Example


Text Example

White with #05413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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