Html Css Color HEX #428590 Hippie Blue

📋 copy color: '#428590'

red 66 ◦ green 133 ◦ blue 144

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

Shades of Hippie Blue #428590

Tints of Hippie Blue #428590

RGB

 RED value IS 66 (26.17% from 255) = 19.24%

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 19.24%
G = 38.78%
B = 41.98%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#428590 (or 0x428590) is known color: Hippie Blue. HEX triplet: 42, 85 and 90. RGB value is (66,133,144). Sum of RGB (Red+Green+Blue) = 66+133+144=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #428590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428590 is #BD7A6F. Grayscale: #727272. Windows color (decimal): -12417648 or 9471298. OLE color: 9471298.

HSL color Cylindrical-coordinate representation of color #428590: hue angle of 188.46º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428590 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 133 144 -
CMYK 0.54 0.08 0 0.44
HSL 188.46º 0.37% 0.41% -
HSV(B) 188.46º 0.54% 0.56% -
XYZ 15.67 19.95 29.41 -
YUV 114.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 66 133 144 0.54 0.08 0 0.44 188.46 0.37 0.41
Hex 42 85 90 36 8 0 2C BC 25 29
Octal 102 205 220 66 10 0 54 274 45 51
Binary 1000010 10000101 10010000 110110 1000 0 101100 10111100 100101 101001

Color Harmonies of #428590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428590

Black with #428590

Text Example


Text Example

White with #428590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428590; }

 p { color: rgb(66,133,144); }

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

background-color css

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

 a { background-color: rgb(66,133,144); }

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

border-color css

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

 span { border-color: rgb(66,133,144); }

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