#568B9B

Color #568B9B Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #568B9B

Tints of Hippie Blue #568B9B

Color information

#568B9B (or 0x568B9B) is unknown color: approx Hippie Blue. HEX triplet: 56, 8B and 9B. RGB value is (86,139,155). Sum of RGB (Red+Green+Blue) = 86+139+155=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #568B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568B9B is #A97464. Grayscale: #7C7C7C. Windows color (decimal): -11105381 or 10193750. OLE color: 10193750.

HSL color Cylindrical-coordinate representation of color #568B9B: hue angle of 193.91º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #568B9B is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86139155-
CMYK0.450.1000.39
HSL193.91º28.63%47.25%-
HSV(B)193.91º44.52%60.78%-
XYZ18.9922.8134.41-
YUV124.98144.94100.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=22.63%
G=36.58%
B=40.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861391550.450.1000.39193.9128.6347.25
Hex568B9B2DA027c21d2f
Octal12621323355120473023557
Binary10101101000101110011011101101101001001111100001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568B9B; }

 p { color: rgb(86,139,155); }

 H1.HeaderClassName
 {
   color: #568B9B;
 }
 .AnyTagClassName
 {
   color: #568B9B;
 }
</style>
background-color css

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

 a { background-color: rgb(86,139,155); }

 div.DivClassName
 {
   background-color: #568B9B;
 }
 .BgClassName
 {
   background-color: #568B9B;
 }
</style>
border-color css

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

 span { border-color: rgb(86,139,155); }

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