Html Css Color HEX #659291 Juniper

📋 copy color: '#659291'

red 101 ◦ green 146 ◦ blue 145

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

Shades of Juniper #659291

Tints of Juniper #659291

RGB

 RED value IS 101 (39.84% from 255) = 25.77%

 GREEN value IS 146 (57.42% from 255) = 37.24%

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 25.77%
G = 37.24%
B = 36.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#659291 (or 0x659291) is known color: Juniper. HEX triplet: 65, 92 and 91. RGB value is (101,146,145). Sum of RGB (Red+Green+Blue) = 101+146+145=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #659291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659291 is #9A6D6E. Grayscale: #848484. Windows color (decimal): -10120559 or 9540197. OLE color: 9540197.

HSL color Cylindrical-coordinate representation of color #659291: hue angle of 178.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659291 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 146 145 -
CMYK 0.31 0 0.01 0.43
HSL 178.67º 0.18% 0.48% -
HSV(B) 178.67º 0.31% 0.57% -
XYZ 20.76 25.37 30.59 -
YUV 132.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 101 146 145 0.31 0 0.01 0.43 178.67 0.18 0.48
Hex 65 92 91 1F 0 1 2B B3 12 30
Octal 145 222 221 37 0 1 53 263 22 60
Binary 1100101 10010010 10010001 11111 0 1 101011 10110011 10010 110000

Color Harmonies of #659291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659291

Black with #659291

Text Example


Text Example

White with #659291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659291; }

 p { color: rgb(101,146,145); }

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

background-color css

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

 a { background-color: rgb(101,146,145); }

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

border-color css

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

 span { border-color: rgb(101,146,145); }

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