Html Css Color HEX #275B53 Eden

📋 copy color: '#275B53'

red 39 ◦ green 91 ◦ blue 83

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

Shades of Eden #275B53

Tints of Eden #275B53

RGB

 RED value IS 39 (15.63% from 255) = 18.31%

 GREEN value IS 91 (35.94% from 255) = 42.72%

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 18.31%
G = 42.72%
B = 38.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#275B53 (or 0x275B53) is known color: Eden. HEX triplet: 27, 5B and 53. RGB value is (39,91,83). Sum of RGB (Red+Green+Blue) = 39+91+83=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #275B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B53 is #D8A4AC. Grayscale: #4A4A4A. Windows color (decimal): -14197933 or 5462823. OLE color: 5462823.

HSL color Cylindrical-coordinate representation of color #275B53: hue angle of 170.77º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275B53 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 91 83 -
CMYK 0.57 0 0.09 0.64
HSL 170.77º 0.4% 0.25% -
HSV(B) 170.77º 0.57% 0.36% -
XYZ 6.14 8.54 9.51 -
YUV 74.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 39 91 83 0.57 0 0.09 0.64 170.77 0.4 0.25
Hex 27 5B 53 39 0 9 40 AB 28 19
Octal 47 133 123 71 0 11 100 253 50 31
Binary 100111 1011011 1010011 111001 0 1001 1000000 10101011 101000 11001

Color Harmonies of #275B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B53

Black with #275B53

Text Example


Text Example

White with #275B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275B53; }

 p { color: rgb(39,91,83); }

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

background-color css

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

 a { background-color: rgb(39,91,83); }

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

border-color css

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

 span { border-color: rgb(39,91,83); }

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