Html Css Color HEX #568B9B Hippie Blue

📋 copy color: '#568B9B'

red 86 ◦ green 139 ◦ blue 155

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

Shades of Hippie Blue #568B9B

Tints of Hippie Blue #568B9B

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 value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#568B9B (or 0x568B9B) is known color: 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

RGB 86 139 155 -
CMYK 0.45 0.10 0 0.39
HSL 193.91º 0.29% 0.47% -
HSV(B) 193.91º 0.45% 0.61% -
XYZ 18.99 22.81 34.41 -
YUV 124.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 86 139 155 0.45 0.10 0 0.39 193.91 0.29 0.47
Hex 56 8B 9B 2D A 0 27 C2 1D 2F
Octal 126 213 233 55 12 0 47 302 35 57
Binary 1010110 10001011 10011011 101101 1010 0 100111 11000010 11101 101111

Color Harmonies of #568B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568B9B

Black with #568B9B

Text Example


Text Example

White with #568B9B

Text Example


Text Example

HTML Codes & Css Web 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>