Html Css Color HEX #053841 Cyprus

📋 copy color: '#053841'

red 5 ◦ green 56 ◦ blue 65

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

Shades of Cyprus #053841

Tints of Cyprus #053841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.44%

 BLUE value IS 65 (25.78% from 255) = 51.59%

R = 3.97%
G = 44.44%
B = 51.59%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#053841 (or 0x053841) is known color: Cyprus. HEX triplet: 05, 38 and 41. RGB value is (5,56,65). Sum of RGB (Red+Green+Blue) = 5+56+65=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #053841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053841 is #FAC7BE. Grayscale: #292929. Windows color (decimal): -16435135 or 4274181. OLE color: 4274181.

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

Color convert

RGB 5 56 65 -
CMYK 0.92 0.14 0 0.75
HSL 189º 0.86% 0.14% -
HSV(B) 189º 0.92% 0.25% -
XYZ 2.43 3.24 5.5 -
YUV 41.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 5 56 65 0.92 0.14 0 0.75 189 0.86 0.14
Hex 5 38 41 5C E 0 4B BD 56 E
Octal 5 70 101 134 16 0 113 275 126 16
Binary 101 111000 1000001 1011100 1110 0 1001011 10111101 1010110 1110

Color Harmonies of #053841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053841

Black with #053841

Text Example


Text Example

White with #053841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053841; }

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

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

background-color css

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

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

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

border-color css

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

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

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