#568B98

Color #568B98 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #568B98

Tints of Half Baked #568B98

Color information

#568B98 (or 0x568B98) is unknown color: approx Half Baked. HEX triplet: 56, 8B and 98. RGB value is (86,139,152). Sum of RGB (Red+Green+Blue) = 86+139+152=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #568B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568B98 is #A97467. Grayscale: #7C7C7C. Windows color (decimal): -11105384 or 9997142. OLE color: 9997142.

HSL color Cylindrical-coordinate representation of color #568B98: hue angle of 191.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #568B98 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB86139152-
CMYK0.430.0900.40
HSL191.82º27.73%46.67%-
HSV(B)191.82º43.42%59.61%-
XYZ18.7422.7133.1-
YUV124.64143.44100.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=22.81%
G=36.87%
B=40.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861391520.430.0900.40191.8227.7346.67
Hex568B982B9028c01c2f
Octal12621323053110503003457
Binary10101101000101110011000101011100101010001100000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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