Html Css Color HEX #568299 Hippie Blue

📋 copy color: '#568299'

red 86 ◦ green 130 ◦ blue 153

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

Shades of Hippie Blue #568299

Tints of Hippie Blue #568299

RGB

 RED value IS 86 (33.98% from 255) = 23.31%

 GREEN value IS 130 (51.17% from 255) = 35.23%

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 23.31%
G = 35.23%
B = 41.46%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#568299 (or 0x568299) is known color: Hippie Blue. HEX triplet: 56, 82 and 99. RGB value is (86,130,153). Sum of RGB (Red+Green+Blue) = 86+130+153=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #568299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568299 is #A97D66. Grayscale: #777777. Windows color (decimal): -11107687 or 10060374. OLE color: 10060374.

HSL color Cylindrical-coordinate representation of color #568299: hue angle of 200.6º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #568299 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 130 153 -
CMYK 0.44 0.15 0 0.4
HSL 200.6º 0.28% 0.47% -
HSV(B) 200.6º 0.44% 0.6% -
XYZ 17.57 20.24 33.12 -
YUV 119.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 86 130 153 0.44 0.15 0 0.4 200.6 0.28 0.47
Hex 56 82 99 2C F 0 28 C9 1C 2F
Octal 126 202 231 54 17 0 50 311 34 57
Binary 1010110 10000010 10011001 101100 1111 0 101000 11001001 11100 101111

Color Harmonies of #568299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568299

Black with #568299

Text Example


Text Example

White with #568299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568299; }

 p { color: rgb(86,130,153); }

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

background-color css

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

 a { background-color: rgb(86,130,153); }

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

border-color css

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

 span { border-color: rgb(86,130,153); }

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