Html Css Color HEX #05693F Jewel

📋 copy color: '#05693F'

red 5 ◦ green 105 ◦ blue 63

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

Shades of Jewel #05693F

Tints of Jewel #05693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 60.69%

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

R = 2.89%
G = 60.69%
B = 36.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#05693F (or 0x05693F) is known color: Jewel. HEX triplet: 05, 69 and 3F. RGB value is (5,105,63). Sum of RGB (Red+Green+Blue) = 5+105+63=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #05693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05693F is #FA96C0. Grayscale: #464646. Windows color (decimal): -16422593 or 4155653. OLE color: 4155653.

HSL color Cylindrical-coordinate representation of color #05693F: hue angle of 154.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05693F is Cyan = 0.95, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 63 -
CMYK 0.95 0 0.4 0.59
HSL 154.8º 0.91% 0.22% -
HSV(B) 154.8º 0.95% 0.41% -
XYZ 6.01 10.49 6.41 -
YUV 70.31 123.87 81.42 -
System Red Green Blue C M Y K H S L
Decimal 5 105 63 0.95 0 0.4 0.59 154.8 0.91 0.22
Hex 5 69 3F 5F 0 28 3B 9B 5B 16
Octal 5 151 77 137 0 50 73 233 133 26
Binary 101 1101001 111111 1011111 0 101000 111011 10011011 1011011 10110

Color Harmonies of #05693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05693F

Black with #05693F

Text Example


Text Example

White with #05693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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