Html Css Color HEX #375953 Blue Dianne

📋 copy color: '#375953'

red 55 ◦ green 89 ◦ blue 83

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

Shades of Blue Dianne #375953

Tints of Blue Dianne #375953

RGB

 RED value IS 55 (21.88% from 255) = 24.23%

 GREEN value IS 89 (35.16% from 255) = 39.21%

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

R = 24.23%
G = 39.21%
B = 36.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#375953 (or 0x375953) is known color: Blue Dianne. HEX triplet: 37, 59 and 53. RGB value is (55,89,83). Sum of RGB (Red+Green+Blue) = 55+89+83=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #375953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375953 is #C8A6AC. Grayscale: #4E4E4E. Windows color (decimal): -13149869 or 5462327. OLE color: 5462327.

HSL color Cylindrical-coordinate representation of color #375953: hue angle of 169.41º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375953 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 89 83 -
CMYK 0.38 0 0.07 0.65
HSL 169.41º 0.24% 0.28% -
HSV(B) 169.41º 0.38% 0.35% -
XYZ 6.71 8.58 9.49 -
YUV 78.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 55 89 83 0.38 0 0.07 0.65 169.41 0.24 0.28
Hex 37 59 53 26 0 7 41 A9 18 1C
Octal 67 131 123 46 0 7 101 251 30 34
Binary 110111 1011001 1010011 100110 0 111 1000001 10101001 11000 11100

Color Harmonies of #375953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375953

Black with #375953

Text Example


Text Example

White with #375953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375953; }

 p { color: rgb(55,89,83); }

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

background-color css

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

 a { background-color: rgb(55,89,83); }

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

border-color css

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

 span { border-color: rgb(55,89,83); }

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